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