[lttng-dev] [RFC PATCH lttng-tools] Unit tests: don't rebuild units under test

2013-04-08 Thread Simon Marchi
Only the tests themselves are built in the unit test folder. They reuse the object files that are already built during the main compilation pass. This would fix the conflicts between object names. Signed-off-by: Simon Marchi --- tests/unit/Makefile.am | 55 +

Re: [lttng-dev] [RFC PATCH lttng-tools] Unit tests: don't rebuild units under test

2013-05-02 Thread David Goulet
Merged! Thanks! Simon Marchi: > Only the tests themselves are built in the unit test folder. They reuse > the object files that are already built during the main compilation > pass. This would fix the conflicts between object names. > > Signed-off-by: Simon Marchi > --- > tests/unit/Makefile.a