Test the trimmer component
[babeltrace.git] / tests / cli / Makefile.am
CommitLineData
5df9e303 1SUBDIRS = intersection
5177c351 2check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args test_trace_copy
6ca1931c
PP
3
4LOG_DRIVER_FLAGS='--merge'
5LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
6
7TESTS = test_trace_read \
6ca1931c
PP
8 test_packet_seq_num \
9 test_convert_args \
5177c351 10 intersection/test_intersection \
2ca134ef 11 test_trace_copy \
e5a54f3f
JD
12 test_debug_info \
13 test_trimmer
6ca1931c
PP
14
15if USE_PYTHON
16TESTS += intersection/test_multi_trace_intersection.py
17endif
This page took 0.030423 seconds and 4 git commands to generate.