Merge commit 'e20d7001c3f7150400169fecb0bf0eefdf122fe2' into vm-check
[bpt/guile.git] / testsuite / Makefile.am
1 # The test programs.
2
3 # The Libtool executable.
4 GUILE_VM = $(top_builddir)/pre-inst-guile
5
6 vm_test_files = \
7 t-basic-contructs.scm \
8 t-global-bindings.scm \
9 t-catch.scm \
10 t-call-cc.scm \
11 t-closure.scm \
12 t-closure2.scm \
13 t-closure3.scm \
14 t-closure4.scm \
15 t-do-loop.scm \
16 t-literal-integers.scm \
17 t-macros.scm \
18 t-macros2.scm \
19 t-map.scm \
20 t-or.scm \
21 t-proc-with-setter.scm \
22 t-quasiquote.scm \
23 t-values.scm \
24 t-records.scm \
25 t-match.scm \
26 t-mutual-toplevel-defines.scm
27
28 EXTRA_DIST = run-vm-tests.scm $(vm_test_files)
29
30
31 check:
32 $(top_builddir)/pre-inst-guile-env $(GUILE_VM) \
33 -L $(top_srcdir)/module \
34 -l run-vm-tests.scm -e run-vm-tests \
35 $(vm_test_files)