tests/bin/test_convert_args: fix after updating CLI
[babeltrace.git] / tests / bin / Makefile.am
index e46285fbd926dac10bb1f703888691e550220e67..97d8eeba4a7f7322d76869e276d0996f2d92203b 100644 (file)
@@ -1,17 +1,15 @@
-SCRIPT_LIST = test_trace_read
+SUBDIRS = intersection
+check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args
 
-dist_noinst_SCRIPTS = $(SCRIPT_LIST)
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
 
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
+TESTS = test_trace_read \
+       test_trace_read \
+       test_packet_seq_num \
+       test_convert_args \
+       intersection/test_intersection
 
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
+if USE_PYTHON
+TESTS += intersection/test_multi_trace_intersection.py
+endif
This page took 0.022586 seconds and 4 git commands to generate.