afc6ecad2a88e4c440e986565d2c767e2afa6f49
[lttng-ust.git] / tests / unit / ust-elf / test_ust_elf
1 #!/bin/bash
2 # SPDX-License-Identifier: LGPL-2.1-only
3
4 if [ "x${UST_TESTS_SRCDIR:-}" != "x" ]; then
5 UTILSSH="$UST_TESTS_SRCDIR/utils/utils.sh"
6 else
7 UTILSSH="$(dirname "$0")/../../utils/utils.sh"
8 fi
9
10 # shellcheck source=../utils/utils.sh
11 source "$UTILSSH"
12
13 "${UST_TESTS_BUILDDIR}/unit/ust-elf/ust-elf" "${UST_TESTS_SRCDIR}/unit/ust-elf"
This page took 0.029547 seconds and 3 git commands to generate.