tests/plugins/flt.utils.muxer: add test for clock (in)compatibility cases
[babeltrace.git] / tests / plugins / flt.utils.muxer / test-clock-compatibility.sh
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 (executable)
index 0000000..e3e2cca
--- /dev/null
@@ -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"
This page took 0.023125 seconds and 4 git commands to generate.