From d8a6ca40e8dc4445c78085b7279aa37658557137 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 20 Feb 2013 16:52:16 -0500 Subject: [PATCH] Convert hello-static-lib test to a build test MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The runtime verification is handled by the "ust/linking" regression test in lttng-tools. Signed-off-by: Jérémie Galarneau --- tests/hello-static-lib/Makefile.am | 3 --- tests/hello-static-lib/README | 3 +++ tests/hello-static-lib/run | 3 --- 3 files changed, 3 insertions(+), 6 deletions(-) create mode 100644 tests/hello-static-lib/README delete mode 100755 tests/hello-static-lib/run 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 -- 2.34.1