Tests: Use Perl prove as the testsuite runner
[babeltrace.git] / tests / Makefile.am
index cf68aace63ecb6d7dbc9b5b25db933ddfbe1072c..c0ea34e66a90847341e34bffccaef50fb707658d 100644 (file)
@@ -1,8 +1,6 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+SUBDIRS = utils bin lib
 
-SUBDIRS = utils lib
-
-EXTRA_DIST = runall.sh ctf-traces/**
+EXTRA_DIST = ctf-traces/**
 
 check-am:
-       ./runall.sh
+       ./run.sh tests
This page took 0.023865 seconds and 4 git commands to generate.