tests/utils/utils.sh: run_python_bt2_test() -> bt_run_py_test()
[babeltrace.git] / tests / bindings / python / bt2 / test-python-bt2.sh
... / ...
CommitLineData
1#!/bin/bash
2#
3# SPDX-License-Identifier: GPL-2.0-only
4#
5# Copyright (C) 2017 Philippe Proulx <pproulx@efficios.com>
6#
7
8if [ -n "${BT_TESTS_SRCDIR:-}" ]; then
9 UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh"
10else
11 UTILSSH="$(dirname "$0")/../../../utils/utils.sh"
12fi
13
14# shellcheck source=../../../utils/utils.sh
15source "$UTILSSH"
16
17bt_run_py_test "${BT_TESTS_SRCDIR}/bindings/python/bt2" "test_*"
This page took 0.025215 seconds and 4 git commands to generate.