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