From: Jérémie Galarneau Date: Wed, 20 Feb 2013 21:46:42 +0000 (-0500) Subject: Convert hello test to a build test only X-Git-Tag: v2.2.0-rc1~28 X-Git-Url: http://git.lttng.org/?p=lttng-ust.git;a=commitdiff_plain;h=11c7f371d1e98f6b099323b495c211ea2bc711dc Convert hello test to a build test only The runtime verification is handled by the "ust/linking" regression test in lttng-tools. Signed-off-by: Jérémie Galarneau --- diff --git a/tests/hello/Makefile.am b/tests/hello/Makefile.am index 1ee7f8de..324c2cd9 100644 --- a/tests/hello/Makefile.am +++ b/tests/hello/Makefile.am @@ -11,6 +11,3 @@ endif if LTTNG_UST_BUILD_WITH_LIBC_DL hello_LDADD += -lc endif - -noinst_SCRIPTS = run -EXTRA_DIST = run diff --git a/tests/hello/README b/tests/hello/README index 68b11e69..5d5100da 100644 --- a/tests/hello/README +++ b/tests/hello/README @@ -1 +1,2 @@ -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 diff --git a/tests/hello/run b/tests/hello/run deleted file mode 100755 index da8df17b..00000000 --- a/tests/hello/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello