Tests: Add missing --merge LOG_DRIVER_FLAGS
[babeltrace.git] / tests / Makefile.am
1 SUBDIRS = utils bin lib
2
3 LOG_DRIVER_FLAGS='--merge'
4 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
5 $(top_srcdir)/config/tap-driver.sh
6
7 TESTS = bin/test_trace_read \
8 bin/test_trace_read \
9 bin/test_packet_seq_num \
10 bin/intersection/test_intersection \
11 lib/test_bitfield \
12 lib/test_seek_empty_packet \
13 lib/test_seek_big_trace \
14 lib/test_ctf_writer_complete
15
16 EXTRA_DIST = $(srcdir)/ctf-traces/** \
17 $(srcdir)/debug-info-data/** \
18 $(srcdir)/debug-info-data/.build-id/cd/**
19
20 if ENABLE_DEBUG_INFO
21 TESTS += lib/test_dwarf_complete \
22 lib/test_bin_info_complete
23 endif
24
25 if USE_PYTHON
26 TESTS += bin/intersection/test_multi_trace_intersection.py
27 endif
This page took 0.029151 seconds and 4 git commands to generate.