Tests: Use Perl prove as the testsuite runner
[lttng-tools.git] / tests / Makefile.am
index 4824e2215f4dbc77b1c6c41c5a09f4097fb6c3bb..a95afa73e16dac810878f8aad28d10f78c96112a 100644 (file)
@@ -1,3 +1,5 @@
-SUBDIRS = .
+SUBDIRS = utils regression unit
 
-dist_noinst_SCRIPTS = runall
+check-am:
+       ./run.sh unit_tests
+       ./run.sh fast_regression
This page took 0.022574 seconds and 4 git commands to generate.