X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Flib%2Fwriter%2FMakefile.am;h=eb64836764c2ae4497fbbe27f1aac32a269c1990;hb=2fafa4c187aefe444211b3dacdf789d27647bae1;hp=6a881bbb286bd9a7017c0b10e6993f14247ab7bc;hpb=fa21dcb1bff5d533307b163da8d0d8057e61dba4;p=babeltrace.git diff --git a/tests/lib/writer/Makefile.am b/tests/lib/writer/Makefile.am index 6a881bbb..eb648367 100644 --- a/tests/lib/writer/Makefile.am +++ b/tests/lib/writer/Makefile.am @@ -1,7 +1,10 @@ -check_SCRIPTS = test_ctf_writer_no_packet_context.py +TESTS = test_ctf_writer_no_packet_context.py \ + test_ctf_writer_empty_packet.py -dist_noinst_SCRIPTS = test_ctf_writer_no_packet_context.py -EXTRA_DIST = test_ctf_writer_no_packet_context.py +check_SCRIPTS = $(TESTS) + +dist_noinst_SCRIPTS = $(TESTS) +EXTRA_DIST = $(TESTS) all-local: @if [ x"$(srcdir)" != x"$(builddir)" ]; then \