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