projects
/
lttng-tools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Fix: tests: don't build dynamic lib tests if support disabled
[lttng-tools.git]
/
tests
/
regression
/
ust
/
linking
/
demo_preload
1
#!/bin/sh
2
3
CURDIR
=
$
(
dirname
$0
)
4
LD_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.035749 seconds
and
5
git commands to generate.