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