Update obsolete benchmark test
[lttng-ust.git] / tests / Makefile.am
index 4ab0b21bd78316f9e91624c0b9ac038ee54696e6..d9a7a30c59aacb53a5d3d0a7395de8fe4679f1b3 100644 (file)
@@ -1,11 +1,10 @@
-SUBDIRS = . hello
-#SUBDIRS = . hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker trace_event register_test tracepoint libustctl_function_tests exit-fast
+SUBDIRS = utils hello same_line_tracepoint snprintf benchmark
 
-dist_noinst_SCRIPTS = test_loop runtests trace_matches
+if CXX_WORKS
+SUBDIRS += hello.cxx
+endif
 
-noinst_LIBRARIES = libtap.a
-
-libtap_a_SOURCES = \
-       tap.c \
-       tap.h
+dist_noinst_SCRIPTS = test_loop run.sh unit_tests
 
+check-am:
+       ./run.sh unit_tests
This page took 0.023084 seconds and 4 git commands to generate.