Tests: unchecked return values in test_ctf_writer
[babeltrace.git] / tests / Makefile.am
index 77a167f3d8690eb36374e08b4931a7eb944451a7..9cc4a3da2ee4e6f6e7d991888f72d1df210f5a9e 100644 (file)
@@ -6,7 +6,7 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) \
 TESTS = bin/test_trace_read \
        bin/test_trace_read \
        bin/test_packet_seq_num \
-       bin/test_intersection \
+       bin/intersection/test_intersection \
        lib/test_bitfield \
        lib/test_seek_empty_packet \
        lib/test_seek_big_trace \
@@ -16,9 +16,14 @@ TESTS = bin/test_trace_read \
        lib/test_bt_ctf_field_type_validation
 
 EXTRA_DIST = $(srcdir)/ctf-traces/** \
-            $(srcdir)/debuginfo-data/**
+            $(srcdir)/debug-info-data/** \
+            $(srcdir)/debug-info-data/.build-id/cd/**
 
-if ENABLE_DEBUGINFO
+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
+endif
This page took 0.039703 seconds and 4 git commands to generate.