Convert hello-static-lib test to a build test
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 20 Feb 2013 21:52:16 +0000 (16:52 -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-static-lib/Makefile.am
tests/hello-static-lib/README [new file with mode: 0644]
tests/hello-static-lib/run [deleted file]

index 6ae9463768bab418794a603222548e01e88d6a4a..699845b124d6fbd5c4bf575eba1490d9c1904fcd 100644 (file)
@@ -16,6 +16,3 @@ endif
 if LTTNG_UST_BUILD_WITH_LIBC_DL
 hello_LDADD += -lc
 endif
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
diff --git a/tests/hello-static-lib/README b/tests/hello-static-lib/README
new file mode 100644 (file)
index 0000000..abb056f
--- /dev/null
@@ -0,0 +1,3 @@
+This is a "hello world" application used to verify that an instrumented
+program can be built successfully and linked with tracepoint providers
+built as a separate static library.
diff --git a/tests/hello-static-lib/run b/tests/hello-static-lib/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.026066 seconds and 4 git commands to generate.