tests: put TESTS list in each Makefile.am
[babeltrace.git] / tests / bin / Makefile.am
CommitLineData
5df9e303 1SUBDIRS = intersection
dc3fffef 2check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args
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 \
8 test_trace_read \
9 test_packet_seq_num \
10 test_convert_args \
11 intersection/test_intersection
12
13if USE_PYTHON
14TESTS += intersection/test_multi_trace_intersection.py
15endif
This page took 0.027956 seconds and 4 git commands to generate.