Tests: Add runner script for tests
[lttng-tools.git] / tests / Makefile.am
index bc0f0a59afc336ffb905b37c43f90309758d01d2..b75de49591fb6971e99d22672eafde6e7d16bf73 100644 (file)
@@ -1,13 +1,4 @@
-SUBDIRS = . tools kernel
-
-AM_CFLAGS = -g -Wall
-AM_LDFLAGS = -lurcu -lurcu-cds
-
-EXTRA_DIST = run-report.py test_list.py utils.sh utils.h runall.sh
-
-if HAVE_LIBLTTNG_UST_CTL
-SUBDIRS += ust
-endif # HAVE_LIBLTTNG_UST_CTL
+SUBDIRS = utils regression unit
 
 check-am:
-       ./runall.sh
+       ./run.sh
This page took 0.022889 seconds and 4 git commands to generate.