Improve correctness and consistency of 'eval-when' usage.
[bpt/guile.git] / test-suite / vm / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2 ##
3 ## Copyright 2005, 2006, 2008, 2009, 2010, 2013 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
22 TESTS_ENVIRONMENT = \
23 GUILE_INSTALL_LOCALE=1 \
24 $(top_builddir)/meta/guile \
25 -l $(srcdir)/run-vm-tests.scm -e run-vm-tests
26
27 TESTS = \
28 t-basic-contructs.scm \
29 t-global-bindings.scm \
30 t-catch.scm \
31 t-call-cc.scm \
32 t-closure.scm \
33 t-closure2.scm \
34 t-closure3.scm \
35 t-closure4.scm \
36 t-do-loop.scm \
37 t-literal-integers.scm \
38 t-macros.scm \
39 t-macros2.scm \
40 t-map.scm \
41 t-or.scm \
42 t-proc-with-setter.scm \
43 t-quasiquote.scm \
44 t-values.scm \
45 t-records.scm \
46 t-match.scm \
47 t-mutual-toplevel-defines.scm
48
49 EXTRA_DIST = run-vm-tests.scm $(TESTS)