15ad2e32a6a34d7164f764b71512815f543af6b0
[babeltrace.git] / tests / ctf-writer / test_ctf_writer
1 #!/bin/bash
2 #
3 # SPDX-License-Identifier: GPL-2.0-only
4 #
5 # Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
6 #
7
8 if [ "x${BT_TESTS_SRCDIR:-}" != "x" ]; 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_TESTS_BUILDDIR}/ctf-writer/ctf_writer" "$BT_TESTS_BT2_BIN"
This page took 0.029262 seconds and 4 git commands to generate.