Remove tests-libustinstr-malloc
[lttng-ust.git] / tests / Makefile.am
index ab13cd73bb1b30c8cd1c51c777e915afd2d473ad..e5c6b89979a4a3968cb8977a4ac9eee3f724f946 100644 (file)
@@ -1,3 +1,16 @@
-SUBDIRS = hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event
+SUBDIRS = . hello hello-static-lib
+#ust-basic-tracing ust-multi-test
+#SUBDIRS = . hello2 basic basic_long simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast
+
+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.024042 seconds and 4 git commands to generate.