a51531821dc08a621bcbf3f1bd9ecd81acab6805
[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 lib/test_bt_values \
16 lib/test_ctf_ir_ref \
17 lib/test_bt_ctf_field_type_validation
18
19 EXTRA_DIST = $(srcdir)/ctf-traces/** \
20 $(srcdir)/debug-info-data/** \
21 $(srcdir)/debug-info-data/.build-id/cd/**
22
23 if ENABLE_DEBUG_INFO
24 TESTS += lib/test_dwarf_complete \
25 lib/test_bin_info_complete
26 endif
27
28 if USE_PYTHON
29 TESTS += bin/intersection/test_multi_trace_intersection.py
30 endif
This page took 0.029701 seconds and 3 git commands to generate.