1 SUBDIRS = utils bin lib
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/intersection/test_intersection \
13 lib/test_seek_empty_packet \
14 lib/test_seek_big_trace \
15 lib/test_ctf_writer_complete \
18 lib/test_bt_ctf_field_type_validation \
20 lib/test_trace_listener \
21 lib/test_bt_notification_heap
23 EXTRA_DIST = $(srcdir)/ctf-traces/** \
24 $(srcdir)/debug-info-data/** \
25 $(srcdir)/debug-info-data/.build-id/cd/**
28 TESTS += lib/test_dwarf_complete \
29 lib/test_bin_info_complete
33 TESTS += bin/intersection/test_multi_trace_intersection.py