1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-20 02:30:23 +02:00

Fix testsuite/Makefile.am' for distcheck'.

* testsuite/Makefile.am (check_SCRIPTS): Remove, renamed to `TESTS'.
  (EXTRA_DIST): Add $(TESTS).
This commit is contained in:
Ludovic Courtès 2009-03-25 00:23:23 +01:00
parent 0ea47a3a09
commit fc0b6e29cc

View file

@ -2,7 +2,7 @@ TESTS_ENVIRONMENT = \
$(top_builddir)/pre-inst-guile \ $(top_builddir)/pre-inst-guile \
-l $(srcdir)/run-vm-tests.scm -e run-vm-tests -l $(srcdir)/run-vm-tests.scm -e run-vm-tests
check_SCRIPTS = \ TESTS = \
t-basic-contructs.scm \ t-basic-contructs.scm \
t-global-bindings.scm \ t-global-bindings.scm \
t-catch.scm \ t-catch.scm \
@ -24,6 +24,4 @@ check_SCRIPTS = \
t-match.scm \ t-match.scm \
t-mutual-toplevel-defines.scm t-mutual-toplevel-defines.scm
TESTS = $(check_SCRIPTS) EXTRA_DIST = run-vm-tests.scm $(TESTS)
EXTRA_DIST = run-vm-tests.scm