X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Fplugins%2Fflt.utils.muxer%2Ftest-clock-compatibility.sh;fp=tests%2Fplugins%2Fflt.utils.muxer%2Ftest-clock-compatibility.sh;h=e3e2ccada9ee532f8f57bc8cc8ad21c1df1c6521;hp=0000000000000000000000000000000000000000;hb=faf0a8c2c7051f8e013308838fcf52856486bb9a;hpb=0ea4aa9f8de0535273540aeaeacec74421cfb6b8 diff --git a/tests/plugins/flt.utils.muxer/test-clock-compatibility.sh b/tests/plugins/flt.utils.muxer/test-clock-compatibility.sh new file mode 100755 index 00000000..e3e2ccad --- /dev/null +++ b/tests/plugins/flt.utils.muxer/test-clock-compatibility.sh @@ -0,0 +1,17 @@ +#!/bin/bash +# +# SPDX-License-Identifier: GPL-2.0-only +# +# Copyright (C) 2024 EfficiOS Inc. +# + +if [[ -n "${BT_TESTS_SRCDIR:-}" ]]; then + UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh" +else + UTILSSH="$(dirname "$0")/../../utils/utils.sh" +fi + +# shellcheck source=../../utils/utils.sh +source "$UTILSSH" + +bt_run_in_py_env "${BT_TESTS_BUILDDIR}/plugins/flt.utils.muxer/test-clock-compatibility"