X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2FMakefile.am;h=d0da8a1b8acdb3e2df257d81f2ca3dcb64f5515a;hb=f6edbdda108d0334358b0971d3121ff09eb2cd61;hp=97d8eeba4a7f7322d76869e276d0996f2d92203b;hpb=a8101b9166f96a7343965b6af219a848752869bd;p=babeltrace.git diff --git a/tests/cli/Makefile.am b/tests/cli/Makefile.am index 97d8eeba..d0da8a1b 100644 --- a/tests/cli/Makefile.am +++ b/tests/cli/Makefile.am @@ -1,15 +1,20 @@ SUBDIRS = intersection -check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args +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_trace_read \ test_packet_seq_num \ test_convert_args \ - intersection/test_intersection + intersection/test_intersection \ + test_trace_copy \ + test_trimmer -if USE_PYTHON +if ENABLE_DEBUG_INFO +TESTS += test_debug_info +endif + +if ENABLE_PYTHON_BINDINGS TESTS += intersection/test_multi_trace_intersection.py endif