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