Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / tests / Makefile.am
1 SUBDIRS = utils bin lib bindings
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/test_convert_args \
11 bin/intersection/test_intersection \
12 lib/test_bitfield \
13 lib/test_seek_empty_packet \
14 lib/test_seek_big_trace \
15 lib/test_ctf_writer_complete \
16 lib/test_bt_values \
17 lib/test_ctf_ir_ref \
18 lib/test_bt_ctf_field_type_validation \
19 lib/test_ir_visit \
20 lib/test_trace_listener \
21 lib/test_bt_notification_heap \
22 lib/test_plugin_complete \
23 lib/test_graph_topo \
24 lib/test_cc_prio_map
25
26 EXTRA_DIST = $(srcdir)/ctf-traces/** \
27 $(srcdir)/debug-info-data/** \
28 $(srcdir)/debug-info-data/.build-id/cd/**
29
30 if ENABLE_DEBUG_INFO
31 TESTS += lib/test_dwarf_complete \
32 lib/test_bin_info_complete
33 endif
34
35 if USE_PYTHON
36 TESTS += bin/intersection/test_multi_trace_intersection.py \
37 lib/writer/test_ctf_writer_no_packet_context.py \
38 lib/writer/test_ctf_writer_empty_packet.py \
39 bindings/python/bt2/testall.sh
40 endif
This page took 0.029255 seconds and 4 git commands to generate.