mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
Remove obsolete test-suite makefile snippets.
* test-suite/Makefile.am (SCM_TESTS_DIRS): Remove. (dist-hook): Remove target.
This commit is contained in:
parent
d7297d3923
commit
20ccae8dbb
1 changed files with 0 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue