X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=tests%2Fcli%2FMakefile.am;h=27e67dfae58422b2c2d29f6b66f41c8a84ca0429;hb=5177c3519afdc36b0948209c73f1d0719a9a3eb0;hp=b123ed01c34fc8e3522dd84a156cd76409e8cc42;hpb=06b019a7f71e27f2fd0a0bc2d314911f6d8fa7bc;p=babeltrace.git diff --git a/tests/cli/Makefile.am b/tests/cli/Makefile.am index b123ed01..27e67dfa 100644 --- a/tests/cli/Makefile.am +++ b/tests/cli/Makefile.am @@ -1,5 +1,5 @@ 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 @@ -7,7 +7,8 @@ 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 + intersection/test_intersection \ + test_trace_copy if USE_PYTHON TESTS += intersection/test_multi_trace_intersection.py