mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-02 04:40:29 +02:00
tweaks to the un-integrated test cases
* testsuite/Makefile.am: Sortof turn these VM tests into more automake-like tests. Needs further work.
This commit is contained in:
parent
aeeff258c6
commit
c9d5bfad9e
1 changed files with 6 additions and 12 deletions
|
@ -1,9 +1,8 @@
|
||||||
# The test programs.
|
TESTS_ENVIRONMENT = \
|
||||||
|
$(top_builddir)/pre-inst-guile \
|
||||||
|
-l $(srcdir)/run-vm-tests.scm -e run-vm-tests
|
||||||
|
|
||||||
# The Libtool executable.
|
check_SCRIPTS = \
|
||||||
GUILE_VM = $(top_builddir)/pre-inst-guile
|
|
||||||
|
|
||||||
vm_test_files = \
|
|
||||||
t-basic-contructs.scm \
|
t-basic-contructs.scm \
|
||||||
t-global-bindings.scm \
|
t-global-bindings.scm \
|
||||||
t-catch.scm \
|
t-catch.scm \
|
||||||
|
@ -25,11 +24,6 @@ vm_test_files = \
|
||||||
t-match.scm \
|
t-match.scm \
|
||||||
t-mutual-toplevel-defines.scm
|
t-mutual-toplevel-defines.scm
|
||||||
|
|
||||||
EXTRA_DIST = run-vm-tests.scm $(vm_test_files)
|
TESTS = $(check_SCRIPTS)
|
||||||
|
|
||||||
|
EXTRA_DIST = run-vm-tests.scm
|
||||||
check:
|
|
||||||
$(top_builddir)/pre-inst-guile-env $(GUILE_VM) \
|
|
||||||
-L $(top_srcdir)/module \
|
|
||||||
-l run-vm-tests.scm -e run-vm-tests \
|
|
||||||
$(vm_test_files)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue