From: Jérémie Galarneau Date: Wed, 20 Feb 2013 21:52:16 +0000 (-0500) Subject: Convert hello-static-lib test to a build test X-Git-Tag: v2.2.0-rc1~27 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=d8a6ca40e8dc4445c78085b7279aa37658557137;p=lttng-ust.git Convert hello-static-lib test to a build test 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-static-lib/Makefile.am b/tests/hello-static-lib/Makefile.am index 6ae94637..699845b1 100644 --- a/tests/hello-static-lib/Makefile.am +++ b/tests/hello-static-lib/Makefile.am @@ -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 index 00000000..abb056f8 --- /dev/null +++ b/tests/hello-static-lib/README @@ -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 index da8df17b..00000000 --- a/tests/hello-static-lib/run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -UST_AUTOPROBE=1 UST_TRACE=1 LD_LIBRARY_PATH=../libust/.libs:../../liburcu $1 .libs/hello