a32362f3d8784a56ca591b7c27f49ceae1f92bb0
3 # SPDX-License-Identifier: GPL-2.0-only
5 # Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
8 if [ -n "${BT_TESTS_SRCDIR:-}" ]; then
9 UTILSSH
="$BT_TESTS_SRCDIR/utils/utils.sh"
11 UTILSSH
="$(dirname "$0")/../../../utils/utils.sh"
14 # shellcheck source=../../../utils/utils.sh
17 run_python_bt2_test
"${BT_TESTS_SRCDIR}/bindings/python/bt2" "test_*"
This page took 0.030668 seconds and 3 git commands to generate.