1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-30 03:40:34 +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:
Andy Wingo 2009-03-16 23:45:07 +01:00 committed by Andy Wingo
parent aeeff258c6
commit c9d5bfad9e

View file

@ -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.
GUILE_VM = $(top_builddir)/pre-inst-guile
vm_test_files = \
check_SCRIPTS = \
t-basic-contructs.scm \
t-global-bindings.scm \
t-catch.scm \
@ -25,11 +24,6 @@ vm_test_files = \
t-match.scm \
t-mutual-toplevel-defines.scm
EXTRA_DIST = run-vm-tests.scm $(vm_test_files)
TESTS = $(check_SCRIPTS)
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)
EXTRA_DIST = run-vm-tests.scm