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