SUBDIRS = utils bin lib bindings plugins
-LOG_DRIVER_FLAGS='--merge'
-LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
- $(top_srcdir)/config/tap-driver.sh
-
-TESTS = bin/test_trace_read \
- bin/test_trace_read \
- bin/test_packet_seq_num \
- bin/test_convert_args \
- bin/intersection/test_intersection \
- lib/test_bitfield \
- lib/test_seek_empty_packet \
- lib/test_seek_big_trace \
- lib/test_ctf_writer_complete \
- lib/test_bt_values \
- lib/test_ctf_ir_ref \
- lib/test_bt_ctf_field_type_validation \
- lib/test_ir_visit \
- lib/test_bt_notification_heap \
- lib/test_plugin_complete \
- lib/test_graph_topo \
- lib/test_cc_prio_map \
- lib/test_bt_notification_iterator \
- plugins/test-utils-muxer
-
EXTRA_DIST = $(srcdir)/ctf-traces/** \
$(srcdir)/debug-info-data/** \
$(srcdir)/debug-info-data/.build-id/cd/**
-
-if ENABLE_DEBUG_INFO
-TESTS += lib/test_dwarf_complete \
- lib/test_bin_info_complete
-endif
-
-if USE_PYTHON
-TESTS += bin/intersection/test_multi_trace_intersection.py \
- lib/writer/test_ctf_writer_no_packet_context.py \
- lib/writer/test_ctf_writer_empty_packet.py \
- bindings/python/bt2/testall.sh
-endif
SUBDIRS = intersection
check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args
+
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+
+TESTS = test_trace_read \
+ test_trace_read \
+ test_packet_seq_num \
+ test_convert_args \
+ intersection/test_intersection
+
+if USE_PYTHON
+TESTS += intersection/test_multi_trace_intersection.py
+endif
test_trace.py \
test_values.py \
.coveragerc
+
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+
+if USE_PYTHON
+TESTS = testall.sh
+endif
test_bt_notification_iterator_LDADD = $(COMMON_TEST_LDADD)
-noinst_PROGRAMS = test_bitfield test_ctf_writer test_bt_values \
+check_PROGRAMS = test_bitfield test_ctf_writer test_bt_values \
test_ctf_ir_ref test_bt_ctf_field_type_validation test_ir_visit \
test_bt_notification_heap test_plugin test_graph_topo \
test_cc_prio_map test_bt_notification_iterator
#noinst_PROGRAMS += test_dwarf test_bin_info
#check_SCRIPTS += test_dwarf_complete test_bin_info_complete
#endif
+
+LOG_DRIVER_FLAGS='--merge'
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+
+TESTS = test_bitfield \
+ test_ctf_writer_complete \
+ test_bt_values \
+ test_ctf_ir_ref \
+ test_bt_ctf_field_type_validation \
+ test_ir_visit \
+ test_bt_notification_heap \
+ test_plugin_complete \
+ test_graph_topo \
+ test_cc_prio_map \
+ test_bt_notification_iterator
+
+if ENABLE_DEBUG_INFO
+TESTS += test_dwarf_complete \
+ test_bin_info_complete
+endif
+
+if USE_PYTHON
+TESTS +=
+ writer/test_ctf_writer_no_packet_context.py \
+ writer/test_ctf_writer_empty_packet.py
+endif
-TESTS = test_ctf_writer_no_packet_context.py \
- test_ctf_writer_empty_packet.py
-
-check_SCRIPTS = $(TESTS)
-
-dist_noinst_SCRIPTS = $(TESTS)
-EXTRA_DIST = $(TESTS)
+check_SCRIPTS = test_ctf_writer_no_packet_context.py \
+ test_ctf_writer_empty_packet.py
all-local:
@if [ x"$(srcdir)" != x"$(builddir)" ]; then \
- for script in $(EXTRA_DIST); do \
+ for script in $(check_SCRIPTS); do \
cp -f $(srcdir)/$$script $(builddir); \
done; \
fi
clean-local:
@if [ x"$(srcdir)" != x"$(builddir)" ]; then \
- for script in $(EXTRA_DIST); do \
+ for script in $(check_SCRIPTS); do \
rm -f $(builddir)/$$script; \
done; \
fi
test_utils_muxer_LDADD = $(COMMON_TEST_LDADD)
check_SCRIPTS = test-utils-muxer-complete
+
+LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
+LOG_DRIVER_FLAGS='--merge'
+
+TESTS = test-utils-muxer