The runtime verification is handled by the "ust/linking" regression test
in lttng-tools.
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
if LTTNG_UST_BUILD_WITH_LIBC_DL
hello_LDADD += -lc
endif
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
-This is a hello world application used to test the LTTng userspace tracer.
+This is a "hello world" application used to verify that an instrumented
+program can be built successfully.
\ No newline at end of file
+++ /dev/null
-#!/bin/sh
-
-UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello