X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2FMakefile.am;h=1191af410ac911eca797afb613d1aa4d6ccbbce3;hb=705cccf8136aeb755bd9ba96bf8989e2341aab3b;hp=923a2521739ef50280e8dec7d951a31b62a35164;hpb=0c305c6ef8e4e896a963a71eb9eb44639ae203ea;p=babeltrace.git diff --git a/tests/cli/Makefile.am b/tests/cli/Makefile.am index 923a2521..1191af41 100644 --- a/tests/cli/Makefile.am +++ b/tests/cli/Makefile.am @@ -1,17 +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_debug_info \ - test_trimmer - -if USE_PYTHON -TESTS += intersection/test_multi_trace_intersection.py -endif