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