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