d4437659f922a83b6ee142f4e1a5aa766aeac260
[babeltrace.git] / tests / cli / Makefile.am
1 SUBDIRS = intersection
2 check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args test_trace_copy
3
4 LOG_DRIVER_FLAGS='--merge'
5 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
6
7 TESTS = test_trace_read \
8 test_packet_seq_num \
9 test_convert_args \
10 intersection/test_intersection \
11 test_trace_copy \
12 test_debug_info
13
14 if USE_PYTHON
15 TESTS += intersection/test_multi_trace_intersection.py
16 endif
This page took 0.02967 seconds and 3 git commands to generate.