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