Tests: only run debug info tests when the feature is enabled
[deliverable/babeltrace.git] / tests / cli / Makefile.am
index b123ed01c34fc8e3522dd84a156cd76409e8cc42..d0da8a1b8acdb3e2df257d81f2ca3dcb64f5515a 100644 (file)
@@ -1,5 +1,5 @@
 SUBDIRS = intersection
-check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args
+check_SCRIPTS = test_trace_read test_packet_seq_num test_convert_args test_trace_copy
 
 LOG_DRIVER_FLAGS='--merge'
 LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
@@ -7,8 +7,14 @@ LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/config/tap-driver.sh
 TESTS = test_trace_read \
        test_packet_seq_num \
        test_convert_args \
-       intersection/test_intersection
+       intersection/test_intersection \
+       test_trace_copy \
+       test_trimmer
 
-if USE_PYTHON
+if ENABLE_DEBUG_INFO
+TESTS += test_debug_info
+endif
+
+if ENABLE_PYTHON_BINDINGS
 TESTS += intersection/test_multi_trace_intersection.py
 endif
This page took 0.023548 seconds and 5 git commands to generate.