Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / tests / Makefile.am
CommitLineData
9cf643d1 1SUBDIRS = utils bin lib bindings
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 \
d2625387 10 bin/test_convert_args \
5df9e303 11 bin/intersection/test_intersection \
3d5e9596
MJ
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 \
11756dd1
JG
18 lib/test_bt_ctf_field_type_validation \
19 lib/test_ir_visit \
e7ba301a 20 lib/test_trace_listener \
668c867d 21 lib/test_bt_notification_heap \
fb9935cc 22 lib/test_plugin_complete \
0e4a4192
PP
23 lib/test_graph_topo \
24 lib/test_cc_prio_map
15553d19 25
3d5e9596 26EXTRA_DIST = $(srcdir)/ctf-traces/** \
2748fb3b
AB
27 $(srcdir)/debug-info-data/** \
28 $(srcdir)/debug-info-data/.build-id/cd/**
f094cdcc 29
2748fb3b 30if ENABLE_DEBUG_INFO
3d5e9596
MJ
31TESTS += lib/test_dwarf_complete \
32 lib/test_bin_info_complete
33ba099b 33endif
5df9e303
JG
34
35if USE_PYTHON
2fafa4c1
JG
36TESTS += bin/intersection/test_multi_trace_intersection.py \
37 lib/writer/test_ctf_writer_no_packet_context.py \
9cf643d1
PP
38 lib/writer/test_ctf_writer_empty_packet.py \
39 bindings/python/bt2/testall.sh
5df9e303 40endif
This page took 0.039608 seconds and 4 git commands to generate.