97d8eeba4a7f7322d76869e276d0996f2d92203b
[babeltrace.git] / tests / bin / Makefile.am
1 SUBDIRS = intersection
2 check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args
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_trace_read \
9 test_packet_seq_num \
10 test_convert_args \
11 intersection/test_intersection
12
13 if USE_PYTHON
14 TESTS += intersection/test_multi_trace_intersection.py
15 endif
This page took 0.029946 seconds and 4 git commands to generate.