On 3 April 2013 14:28, Simon Marchi <[email protected]> wrote: > Finally, an idea just like that: instead of specifying the source > file, would it be possible to specify directly the object file (e.g. > $(top_srcdir)/src/bin/lttng/utils.o or ../../src/bin/lttng/utils.o) in > LDADD ? So the unit test Makefile would not recompile the unit under > test, but just link with the object that is already built ?
Hmm, preliminary tests indicate it would work. Example tests/unit/Makefile.am: http://paste.ubuntu.com/5674448/ _______________________________________________ lttng-dev mailing list [email protected] http://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev
