Tests: Add "linking" ust regression test
[lttng-tools.git] / tests / regression / ust / linking / demo_preload
CommitLineData
91c75285
JG
1#!/bin/sh
2
3CURDIR=$(dirname $0)
4LD_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.022175 seconds and 4 git commands to generate.