X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=tests%2Futils%2Fenv.sh.in;h=03d4440cf43ac54cb129959bc912d7f115bb9445;hb=ecd7492f21a492b70569d5ecc1d3a808241b63f0;hp=ab5b47e783714804a7ed747e165cddd328c88cc3;hpb=75e396f6b20bdf52c76a3c7312e7fb815ac1e5e9;p=babeltrace.git diff --git a/tests/utils/env.sh.in b/tests/utils/env.sh.in index ab5b47e7..03d4440c 100644 --- a/tests/utils/env.sh.in +++ b/tests/utils/env.sh.in @@ -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