Add optional Python >= 3.0 dependency to README
[lttng-tools.git] / tests / Makefile.am
index 27570566b509c093d542ff266710aa5beae4d848..a95afa73e16dac810878f8aad28d10f78c96112a 100644 (file)
@@ -1,13 +1,5 @@
-SUBDIRS = . tools kernel
-
-AM_CFLAGS = -g -Wall
-AM_LDFLAGS = -lurcu -lurcu-cds
-
-EXTRA_DIST = run-report.py test_list.py utils.sh utils.h
-
-if HAVE_LIBLTTNG_UST_CTL
-SUBDIRS += ust
-endif # HAVE_LIBLTTNG_UST_CTL
+SUBDIRS = utils regression unit
 
 check-am:
-       ./runall.sh
+       ./run.sh unit_tests
+       ./run.sh fast_regression
This page took 0.024918 seconds and 5 git commands to generate.