From ea24dd7bfd10d81dcbb240731f356beeea117e55 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Mon, 17 Feb 2014 09:35:33 -0500 Subject: [PATCH] Fix: add missing test scripts to Makefile.am Fix make check ran from tarball. Signed-off-by: Mathieu Desnoyers --- tests/lib/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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) -- 2.34.1