Convert hello test to a build test only
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Feb 2013 21:46:42 +0000 (16:46 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 15:22:02 +0000 (11:22 -0400)
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>
tests/hello/Makefile.am
tests/hello/README
tests/hello/run [deleted file]

index 1ee7f8de64c4974130dd49b53fa5ccf4d22fb5cd..324c2cd9d0eb8c707afbe386f9840dbf8a42a7a7 100644 (file)
@@ -11,6 +11,3 @@ endif
 if LTTNG_UST_BUILD_WITH_LIBC_DL
 hello_LDADD += -lc
 endif
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
index 68b11e69fa00e82fffaac5a7b6b44f09e388a1b8..5d5100da07533993e4c9ecceeabee05dd40ca48e 100644 (file)
@@ -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 (executable)
index da8df17..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello
This page took 0.025944 seconds and 4 git commands to generate.