Fix: remove test_bt_objects from SCRIPT_LIST
[babeltrace.git] / tests / lib / Makefile.am
index e1aa471ce47b2dc5a68e3b4481f60b59676cc7c8..d11ac54531f3e6343004fb77a647cd69e969eb01 100644 (file)
@@ -20,13 +20,19 @@ test_ctf_writer_LDADD = $(LIBTAP) \
        $(top_builddir)/lib/libbabeltrace.la \
        $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
 
-noinst_PROGRAMS = test_seek test_bitfield test_ctf_writer
+test_bt_objects_LDADD = $(LIBTAP) \
+       $(top_builddir)/lib/libbabeltrace.la
+
+noinst_PROGRAMS = test_seek test_bitfield test_ctf_writer test_bt_objects
 
 test_seek_SOURCES = test_seek.c
 test_bitfield_SOURCES = test_bitfield.c
 test_ctf_writer_SOURCES = test_ctf_writer.c
+test_bt_objects_SOURCES = test_bt_objects.c
 
-SCRIPT_LIST = test_seek_big_trace test_seek_empty_packet
+SCRIPT_LIST = test_seek_big_trace \
+       test_seek_empty_packet \
+       test_ctf_writer_complete
 
 dist_noinst_SCRIPTS = $(SCRIPT_LIST)
 
This page took 0.024606 seconds and 4 git commands to generate.