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