Update obsolete benchmark test
[lttng-ust.git] / tests / Makefile.am
index c1fc928b7a13d460d8ea837b0e3598e63ebf0cde..d9a7a30c59aacb53a5d3d0a7395de8fe4679f1b3 100644 (file)
@@ -1,3 +1,10 @@
-SUBDIRS = hello hello2 basic basic_long fork simple_include snprintf test-nevents test-libustinstr-malloc dlopen same_line_marker
+SUBDIRS = utils hello same_line_tracepoint snprintf benchmark
 
-dist_noinst_SCRIPTS = test_loop runtests trace_matches
+if CXX_WORKS
+SUBDIRS += hello.cxx
+endif
+
+dist_noinst_SCRIPTS = test_loop run.sh unit_tests
+
+check-am:
+       ./run.sh unit_tests
This page took 0.023586 seconds and 4 git commands to generate.