tests: Move to kernel style SPDX license identifiers
[lttng-tools.git] / tests / regression / ust / linking / demo_preload
CommitLineData
91c75285 1#!/bin/sh
9d16b343 2# SPDX-License-Identifier: GPL-2.0-only
91c75285
JG
3
4CURDIR=$(dirname $0)
5LD_PRELOAD=${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo.so:${CURDIR}/.libs/liblttng-ust-provider-ust-tests-demo3.so ${CURDIR}/./demo ${*}
This page took 0.053155 seconds and 5 git commands to generate.