X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2FMakefile.am;h=1191af410ac911eca797afb613d1aa4d6ccbbce3;hb=7de0939d96fe680ec5cd14e46c72f23653fd1d0a;hp=d0da8a1b8acdb3e2df257d81f2ca3dcb64f5515a;hpb=b016ac188a5d450c3f3aa2471c6d47eb7c5c1cbe;p=babeltrace.git diff --git a/tests/cli/Makefile.am b/tests/cli/Makefile.am index d0da8a1b..1191af41 100644 --- a/tests/cli/Makefile.am +++ b/tests/cli/Makefile.am @@ -1,20 +1,2 @@ SUBDIRS = intersection check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args test_trace_copy - -LOG_DRIVER_FLAGS='--merge' -LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh - -TESTS = test_trace_read \ - test_packet_seq_num \ - test_convert_args \ - intersection/test_intersection \ - test_trace_copy \ - test_trimmer - -if ENABLE_DEBUG_INFO -TESTS += test_debug_info -endif - -if ENABLE_PYTHON_BINDINGS -TESTS += intersection/test_multi_trace_intersection.py -endif