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