Fix: silence unused warning in native_bt
[babeltrace.git] / tests / python-plugin-provider / test.sh.in
CommitLineData
4965530a
PP
1#!/bin/sh
2
3export PYTHON_PLUGIN_PROVIDER_TEST_PLUGIN_PATH="@abs_top_srcdir@/tests/python-plugin-provider/bt_plugin_test_python_plugin_provider.py"
4export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:@abs_top_builddir@/python-plugin-provider:@abs_top_builddir@/python-plugin-provider/.libs"
5PYTHON_BUILD_DIR="@abs_top_builddir@/bindings/python"
6BT2_NATIVE_LIBS_DIR="@abs_top_builddir@/bindings/python/bt2/.libs"
7TESTS_UTILS_PYTHON_DIR="@abs_top_srcdir@/tests/utils/python"
8TESTRUNNER_PY="@abs_top_srcdir@/tests/utils/python/testrunner.py"
9THIS_DIR="@abs_top_srcdir@/tests/python-plugin-provider"
10
11PYTHONPATH="$PYTHON_BUILD_DIR:$BT2_NATIVE_LIBS_DIR:$TESTS_UTILS_PYTHON_DIR" \
12 "@PYTHON@" "$TESTRUNNER_PY" "$THIS_DIR"
13exit $?
This page took 0.023027 seconds and 4 git commands to generate.