Add test_ir_visit and test_trace_listener to the test list
[babeltrace.git] / tests / lib / Makefile.am
index d240cbc0e1d9850078ae502b17a5df362e747845..cbbc5dc407025a25ba44969f27776ead107e396a 100644 (file)
@@ -9,13 +9,13 @@ noinst_LTLIBRARIES = libtestcommon.la
 # it knows better and considers libraries with constructors having
 # side-effects as dead code.
 test_seek_LDFLAGS = $(LD_NO_AS_NEEDED)
-COMMON_TEST_LDADD = $(LIBTAP) libtestcommon.a \
+COMMON_TEST_LDADD = $(LIBTAP) $(builddir)/libtestcommon.la \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
 
 test_seek_LDADD = $(COMMON_TEST_LDADD)
 
-test_bitfield_LDADD = $(LIBTAP) libtestcommon.a
+test_bitfield_LDADD = $(LIBTAP) $(builddir)/libtestcommon.la
 
 test_ctf_writer_LDADD = $(COMMON_TEST_LDADD)
 
This page took 0.023523 seconds and 4 git commands to generate.