summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Wingo <wingo@pobox.com>2009-03-16 23:45:07 +0100
committerAndy Wingo <wingo@oblong.net>2009-03-17 16:48:01 +0100
commitc9d5bfad9ef1c601db8ca1e9ceff66de34411bb1 (patch)
treee83fde410afe83532d178497032a95ab6200fa2d
parentaeeff258c6502f9995aa97f3806a1069c4ddc7d1 (diff)
downloadguile-vm.tar.gz
tweaks to the un-integrated test casesvm
* testsuite/Makefile.am: Sortof turn these VM tests into more automake-like tests. Needs further work.
-rw-r--r--testsuite/Makefile.am18
1 files changed, 6 insertions, 12 deletions
diff --git a/testsuite/Makefile.am b/testsuite/Makefile.am
index f509348fb..3c7ed7341 100644
--- a/testsuite/Makefile.am
+++ b/testsuite/Makefile.am
@@ -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