cpp-common/bt2c/fmt.hpp: use `wise_enum::string_type` in `EnableIfIsWiseEnum` definition
[babeltrace.git] / tests / plugins / flt.utils.muxer / test-clock-compatibility.sh
1 #!/bin/bash
2 #
3 # SPDX-License-Identifier: GPL-2.0-only
4 #
5 # Copyright (C) 2024 EfficiOS Inc.
6 #
7
8 if [[ -n "${BT_TESTS_SRCDIR:-}" ]]; then
9 UTILSSH="$BT_TESTS_SRCDIR/utils/utils.sh"
10 else
11 UTILSSH="$(dirname "$0")/../../utils/utils.sh"
12 fi
13
14 # shellcheck source=../../utils/utils.sh
15 source "$UTILSSH"
16
17 bt_run_in_py_env "${BT_TESTS_BUILDDIR}/plugins/flt.utils.muxer/test-clock-compatibility"
This page took 0.03172 seconds and 4 git commands to generate.