Add test_ir_visit and test_trace_listener to the test list
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 25 Oct 2016 21:19:40 +0000 (17:19 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Sat, 27 May 2017 18:09:06 +0000 (14:09 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/Makefile.am
tests/lib/Makefile.am

index eda9f2351310e0b10886d6ee904eaea847973795..54847f3e207f159b6154e43e05229fa75bc1a6ac 100644 (file)
@@ -15,7 +15,9 @@ TESTS = bin/test_trace_read \
        lib/test_ctf_writer_complete \
        lib/test_bt_values \
        lib/test_ctf_ir_ref \
-       lib/test_bt_ctf_field_type_validation
+       lib/test_bt_ctf_field_type_validation \
+       lib/test_ir_visit \
+       lib/test_trace_listener
 
 EXTRA_DIST = $(srcdir)/ctf-traces/** \
             $(srcdir)/debug-info-data/** \
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.025131 seconds and 4 git commands to generate.