Fix: tests: conditionally skip Python bindings test that requires Python plugins...
[babeltrace.git] / tests / utils / env.sh.in
index ab5b47e783714804a7ed747e165cddd328c88cc3..03d4440cf43ac54cb129959bc912d7f115bb9445 100644 (file)
@@ -53,3 +53,9 @@ if [ -z "${BT_TESTS_ENABLE_ASAN:-}" ]; then
        BT_TESTS_ENABLE_ASAN="@ENABLE_ASAN@"
 fi
 export BT_TESTS_ENABLE_ASAN
+
+# Define to 1 to enable tests that depend on the Python plugins support
+if [ -z "${BT_TESTS_ENABLE_PYTHON_PLUGINS:-}" ]; then
+       BT_TESTS_ENABLE_PYTHON_PLUGINS="@ENABLE_PYTHON_PLUGINS@"
+fi
+export BT_TESTS_ENABLE_PYTHON_PLUGINS
This page took 0.023234 seconds and 4 git commands to generate.