Tests: only run debug info tests when the feature is enabled
[babeltrace.git] / tests / cli / Makefile.am
index d4437659f922a83b6ee142f4e1a5aa766aeac260..d0da8a1b8acdb3e2df257d81f2ca3dcb64f5515a 100644 (file)
@@ -9,8 +9,12 @@ TESTS = test_trace_read \
        test_convert_args \
        intersection/test_intersection \
        test_trace_copy \
-       test_debug_info
+       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.024969 seconds and 4 git commands to generate.