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