Tests: only run debug info tests when the feature is enabled
authorMichael Jeanson <mjeanson@efficios.com>
Wed, 19 Jul 2017 20:14:59 +0000 (16:14 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 20 Jul 2017 16:40:49 +0000 (12:40 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/cli/Makefile.am

index 17eb6c0fd292e4bf55bd0da4b17d5e8c65c2a87f..d0da8a1b8acdb3e2df257d81f2ca3dcb64f5515a 100644 (file)
@@ -9,9 +9,12 @@ TESTS = test_trace_read \
        test_convert_args \
        intersection/test_intersection \
        test_trace_copy \
-       test_debug_info \
        test_trimmer
 
+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.024838 seconds and 4 git commands to generate.