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
15 EXTRA_DIST = $(srcdir)/ctf-traces/** \
16 $(srcdir)/debuginfo-data/** \
17 $(srcdir)/debuginfo-data/.build-id/cd/**
18
19 if ENABLE_DEBUGINFO
20 TESTS += lib/test_dwarf_complete \
21 lib/test_bin_info_complete
22 endif
23
24 if USE_PYTHON
25 TESTS += bin/intersection/test_multi_trace_intersection.py
26 endif
This page took 0.029743 seconds and 4 git commands to generate.