Convert hello.cxx test to a build test
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 25 Feb 2013 14:43:40 +0000 (09:43 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 26 Mar 2013 15:22:02 +0000 (11:22 -0400)
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
tests/hello.cxx/Makefile.am
tests/hello.cxx/README
tests/hello.cxx/run [deleted file]

index 4eace0efa5aa7a25b4209f3066e9ddf67bb11cfe..897416d8102143ee166f7118ed21224bb81f5361 100644 (file)
@@ -10,6 +10,3 @@ endif
 if LTTNG_UST_BUILD_WITH_LIBC_DL
 hello_LDADD += -lc
 endif
-
-noinst_SCRIPTS = run
-EXTRA_DIST = run
index 68b11e69fa00e82fffaac5a7b6b44f09e388a1b8..48cb0d8f62353dce438d0731f3874cd8fa210607 100644 (file)
@@ -1 +1,4 @@
-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 written in C++ can be built successfully.
+
+Only enabled if a C++ build environment is detected during configure.
diff --git a/tests/hello.cxx/run b/tests/hello.cxx/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.025241 seconds and 4 git commands to generate.