Cleanup tests
[lttng-ust.git] / tests / Makefile.am
index ed3db48c1aa918f8754ad46d69345f69be48b232..d472a6ac3faa1a29bff83e0ee884009ffd2efabf 100644 (file)
@@ -1,15 +1,10 @@
-SUBDIRS = . hello hello-static-lib same_line_tracepoint
-#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
+SUBDIRS = utils hello same_line_tracepoint snprintf
 
 if CXX_WORKS
 SUBDIRS += hello.cxx
 endif
 
-dist_noinst_SCRIPTS = test_loop runtests trace_matches
+dist_noinst_SCRIPTS = test_loop run.sh unit_tests
 
-noinst_LIBRARIES = libtap.a
-
-libtap_a_SOURCES = \
-       tap.c \
-       tap.h
+check-am:
+       ./run.sh unit_tests
This page took 0.022852 seconds and 4 git commands to generate.