summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2009-12-15 19:23:08 +0100
committerLudovic Courtès <ludo@gnu.org>2009-12-15 19:23:08 +0100
commit20ccae8dbb8d92a6a32e0275c517f70961c6b833 (patch)
tree66e23c65a3548641b2598e1070151ec73e2a8d6b
parentd7297d3923a81a270a652b958dc1c04fec09cc7d (diff)
downloadguile-20ccae8dbb8d92a6a32e0275c517f70961c6b833.tar.gz
Remove obsolete test-suite makefile snippets.
* test-suite/Makefile.am (SCM_TESTS_DIRS): Remove. (dist-hook): Remove target.
-rw-r--r--test-suite/Makefile.am12
1 files changed, 0 insertions, 12 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index a35bb2328..94bc2e953 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -104,16 +104,4 @@ SCM_TESTS = tests/alist.test \
tests/version.test \
tests/weaks.test
-SCM_TESTS_DIRS = tests/asmobs \
- tests/c-api
-
EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008
-
-## Automake should be able to handle the distribution of tests/asmobs
-## etc without any help, but not all version can handle 'deep'
-## directories. So we do it on our own.
-dist-hook:
- for d in $(SCM_TESTS_DIRS); do \
- cp -pR $(srcdir)/$$d $(distdir)/$$d; \
- rm -rf $(distdir)/$$d/CVS; \
- done