tests: put TESTS list in each Makefile.am
[babeltrace.git] / tests / lib / writer / Makefile.am
index 4cb79a12b17f6cf6360df41928417707f7f1e5cd..073148796a23f97fd2bd48a0a4687145a433d613 100644 (file)
@@ -1,18 +1,16 @@
-check_SCRIPTS = test_ctf_writer_empty_packet.py
-
-dist_noinst_SCRIPTS = test_ctf_writer_empty_packet.py
-EXTRA_DIST = test_ctf_writer_empty_packet.py
+check_SCRIPTS = test_ctf_writer_no_packet_context.py \
+       test_ctf_writer_empty_packet.py
 
 all-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
+               for script in $(check_SCRIPTS); do \
                        cp -f $(srcdir)/$$script $(builddir); \
                done; \
        fi
 
 clean-local:
        @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(EXTRA_DIST); do \
+               for script in $(check_SCRIPTS); do \
                        rm -f $(builddir)/$$script; \
                done; \
        fi
This page took 0.022886 seconds and 4 git commands to generate.