From 11c7f371d1e98f6b099323b495c211ea2bc711dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Galarneau?= Date: Wed, 20 Feb 2013 16:46:42 -0500 Subject: [PATCH 1/1] Convert hello test to a build test only 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/Makefile.am | 3 --- tests/hello/README | 3 ++- tests/hello/run | 3 --- 3 files changed, 2 insertions(+), 7 deletions(-) delete mode 100755 tests/hello/run 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 -- 2.34.1