Test: validate that the output of ctf-fs sink is identical to source
[babeltrace.git] / tests / cli / Makefile.am
... / ...
CommitLineData
1SUBDIRS = intersection
2check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args test_trace_copy
3
4LOG_DRIVER_FLAGS='--merge'
5LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
6
7TESTS = test_trace_read \
8 test_packet_seq_num \
9 test_convert_args \
10 intersection/test_intersection \
11 test_trace_copy
12
13if USE_PYTHON
14TESTS += intersection/test_multi_trace_intersection.py
15endif
This page took 0.023237 seconds and 4 git commands to generate.