Fix: add missing test scripts to Makefile.am
[babeltrace.git] / tests / lib / Makefile.am
index e1aa471ce47b2dc5a68e3b4481f60b59676cc7c8..7c96e4ab0b2c0448964feb5e063bca4c51f8f394 100644 (file)
@@ -26,7 +26,9 @@ test_seek_SOURCES = test_seek.c
 test_bitfield_SOURCES = test_bitfield.c
 test_ctf_writer_SOURCES = test_ctf_writer.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.023202 seconds and 4 git commands to generate.