Merge remote-tracking branch 'origin/stable-2.0'
[bpt/guile.git] / test-suite / vm / Makefile.am
CommitLineData
cad5d935
LC
1## Process this file with automake to produce Makefile.in.
2##
3## Copyright 2005, 2006, 2008, 2009, 2010 Software Foundation, Inc.
4##
5## This file is part of GUILE.
6##
7## GUILE is free software; you can redistribute it and/or modify it
8## under the terms of the GNU Lesser General Public License as
9## published by the Free Software Foundation; either version 3, or
10## (at your option) any later version.
11##
12## GUILE is distributed in the hope that it will be useful, but
13## WITHOUT ANY WARRANTY; without even the implied warranty of
14## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15## GNU Lesser General Public License for more details.
16##
17## You should have received a copy of the GNU Lesser General Public
18## License along with GUILE; see the file COPYING.LESSER. If not,
19## write to the Free Software Foundation, Inc., 51 Franklin Street,
20## Fifth Floor, Boston, MA 02110-1301 USA
21
c9d5bfad 22TESTS_ENVIRONMENT = \
0b6d8fdc 23 $(top_builddir)/meta/guile \
c9d5bfad 24 -l $(srcdir)/run-vm-tests.scm -e run-vm-tests
0b5f0e49 25
fc0b6e29 26TESTS = \
23b587b0 27 t-basic-contructs.scm \
0b5f0e49 28 t-global-bindings.scm \
7e4760e4 29 t-catch.scm \
46d2d6f8 30 t-call-cc.scm \
0b5f0e49
LC
31 t-closure.scm \
32 t-closure2.scm \
33 t-closure3.scm \
5e390de6 34 t-closure4.scm \
0b5f0e49 35 t-do-loop.scm \
b912a1cd 36 t-literal-integers.scm \
0b5f0e49 37 t-macros.scm \
2335fb97 38 t-macros2.scm \
7e4760e4
AW
39 t-map.scm \
40 t-or.scm \
0b5f0e49 41 t-proc-with-setter.scm \
124c52d8 42 t-quasiquote.scm \
0b5f0e49
LC
43 t-values.scm \
44 t-records.scm \
9cc649b8
AW
45 t-match.scm \
46 t-mutual-toplevel-defines.scm
0b5f0e49 47
fc0b6e29 48EXTRA_DIST = run-vm-tests.scm $(TESTS)