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