Convert hello.cxx test to a build test
[lttng-ust.git] / tests / Makefile.am
index 061f5e21b42efcf0907aedbd16545250f8ea07ee..21ba285b1e5f81874d6e3c213b5223d7aa8aa4fa 100644 (file)
@@ -1 +1,13 @@
-SUBDIRS = hello hello2 basic basic_long fork simple_include snprintf test-nevents
+SUBDIRS = . hello hello-static-lib same_line_tracepoint snprintf
+
+if CXX_WORKS
+SUBDIRS += hello.cxx
+endif
+
+dist_noinst_SCRIPTS = test_loop runtests trace_matches
+
+noinst_LIBRARIES = libtap.a
+
+libtap_a_SOURCES = \
+       tap.c \
+       tap.h
This page took 0.027666 seconds and 5 git commands to generate.