mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-19 18:20:22 +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:
parent
0ea47a3a09
commit
fc0b6e29cc
1 changed files with 2 additions and 4 deletions
|
@ -2,7 +2,7 @@ TESTS_ENVIRONMENT = \
|
|||
$(top_builddir)/pre-inst-guile \
|
||||
-l $(srcdir)/run-vm-tests.scm -e run-vm-tests
|
||||
|
||||
check_SCRIPTS = \
|
||||
TESTS = \
|
||||
t-basic-contructs.scm \
|
||||
t-global-bindings.scm \
|
||||
t-catch.scm \
|
||||
|
@ -24,6 +24,4 @@ check_SCRIPTS = \
|
|||
t-match.scm \
|
||||
t-mutual-toplevel-defines.scm
|
||||
|
||||
TESTS = $(check_SCRIPTS)
|
||||
|
||||
EXTRA_DIST = run-vm-tests.scm
|
||||
EXTRA_DIST = run-vm-tests.scm $(TESTS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue