tests: put TESTS list in each Makefile.am
[babeltrace.git] / tests / Makefile.am
index 47891e90af0945d3accf10f7d3cd0fe1351af031..6df77579b81ab23efaf5ecbb964ec8bc3988f94b 100644 (file)
@@ -1,12 +1,5 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+SUBDIRS = utils bin lib bindings plugins
 
-SUBDIRS = lib
-
-noinst_PROGRAMS = test-bitfield
-
-test_bitfield_SOURCES = test-bitfield.c
-
-EXTRA_DIST = runall.sh ctf-traces/**
-
-check-am:
-       ./runall.sh
+EXTRA_DIST = $(srcdir)/ctf-traces/** \
+            $(srcdir)/debug-info-data/** \
+            $(srcdir)/debug-info-data/.build-id/cd/**
This page took 0.031614 seconds and 4 git commands to generate.