fix: relayd: unaligned access in trace_chunk_registry_ht_key_hash
[lttng-tools.git] / tests / regression / ust / linking / demo_preload
... / ...
CommitLineData
1#!/bin/sh
2# SPDX-License-Identifier: GPL-2.0-only
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.027155 seconds and 4 git commands to generate.