1 SUBDIRS = utils bin lib bindings
3 LOG_DRIVER_FLAGS='--merge'
4 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
5 $(top_srcdir)/config/tap-driver.sh
7 TESTS = bin/test_trace_read \
9 bin/test_packet_seq_num \
11 bin/test_convert_args \
12 bin/intersection/test_intersection \
14 lib/test_seek_empty_packet \
15 lib/test_seek_big_trace \
16 lib/test_ctf_writer_complete \
19 lib/test_bt_ctf_field_type_validation \
21 lib/test_trace_listener \
22 lib/test_bt_notification_heap \
23 lib/test_plugin_complete \
27 EXTRA_DIST = $(srcdir)/ctf-traces/** \
28 $(srcdir)/debug-info-data/** \
29 $(srcdir)/debug-info-data/.build-id/cd/**
32 TESTS += lib/test_dwarf_complete \
33 lib/test_bin_info_complete
37 TESTS += bin/intersection/test_multi_trace_intersection.py \
38 lib/writer/test_ctf_writer_no_packet_context.py \
39 lib/writer/test_ctf_writer_empty_packet.py \
40 bindings/python/bt2/testall.sh