tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / ust-dl / test_ust-dl.in
1 #!/bin/bash
2 #
3 # Copyright (C) 2013 Jérémie Galarneau <jeremie.galarneau@efficios.com>
4 #
5 # SPDX-License-Identifier: GPL-2.0-only
6
7 CURDIR=$(dirname $0)
8 TESTDIR=${CURDIR}/../../..
9
10 source $TESTDIR/utils/utils.sh
11
12 if [ ! -x "$CURDIR/.libs/libfoo.so" ]; then
13 diag "No shared object generated. Skipping all tests."
14 exit 0
15 fi
16
17 export LTTNG_TOOLS_HAVE_DLMOPEN=@HAVE_DLMOPEN@
18
19 start_lttng_sessiond_notap
20
21 python3 ${CURDIR}/test_ust-dl.py
22
23 stop_lttng_sessiond_notap
This page took 0.031298 seconds and 5 git commands to generate.