tests: put TESTS list in each Makefile.am
[babeltrace.git] / tests / Makefile.am
index 2e307f42806f3511ea61b58d6bb1e3abd3e51fa3..6df77579b81ab23efaf5ecbb964ec8bc3988f94b 100644 (file)
@@ -1,24 +1,5 @@
-SUBDIRS = utils bin lib
+SUBDIRS = utils bin lib bindings plugins
 
-EXTRA_DIST = ctf-traces/** tests
-
-SCRIPT_LIST = run.sh
-
-dist_noinst_SCRIPTS = $(SCRIPT_LIST)
-
-all-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       cp -f $(srcdir)/$$script $(builddir); \
-               done; \
-       fi
-
-clean-local:
-       @if [ x"$(srcdir)" != x"$(builddir)" ]; then \
-               for script in $(SCRIPT_LIST); do \
-                       rm -f $(builddir)/$$script; \
-               done; \
-       fi
-
-check-am:
-       ./run.sh $(srcdir)/tests
+EXTRA_DIST = $(srcdir)/ctf-traces/** \
+            $(srcdir)/debug-info-data/** \
+            $(srcdir)/debug-info-data/.build-id/cd/**
This page took 0.03234 seconds and 4 git commands to generate.