From: Mathieu Desnoyers Date: Mon, 17 Feb 2014 14:35:33 +0000 (-0500) Subject: Fix: add missing test scripts to Makefile.am X-Git-Tag: v1.2.0-rc2~37 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=ea24dd7bfd10d81dcbb240731f356beeea117e55;ds=sidebyside Fix: add missing test scripts to Makefile.am Fix make check ran from tarball. Signed-off-by: Mathieu Desnoyers --- diff --git a/tests/lib/Makefile.am b/tests/lib/Makefile.am index e1aa471c..7c96e4ab 100644 --- a/tests/lib/Makefile.am +++ b/tests/lib/Makefile.am @@ -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)