fix symbol initialization in vm.c
[bpt/guile.git] / test-suite / Makefile.am
CommitLineData
f14d16ed
KR
1## Process this file with automake to produce Makefile.in.
2##
87a6a236 3## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Software Foundation, Inc.
f14d16ed
KR
4##
5## This file is part of GUILE.
6##
53befeb7
NJ
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.
f14d16ed 11##
53befeb7
NJ
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.
f14d16ed 16##
53befeb7
NJ
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
f14d16ed 21
b4559de7 22SUBDIRS = standalone
c62fdb8e 23
68254263 24SCM_TESTS = tests/alist.test \
16e0c623 25 tests/and-let-star.test \
4f21b9e8 26 tests/arbiters.test \
53e28ed9 27 tests/asm-to-bytecode.test \
68254263 28 tests/bit-operations.test \
8753fd53 29 tests/brainfuck.test \
1ee2c72e 30 tests/bytevectors.test \
68254263
MV
31 tests/c-api.test \
32 tests/chars.test \
33 tests/common-list.test \
a3163568 34 tests/continuations.test \
3d1a89b9 35 tests/elisp.test \
056905c3
LC
36 tests/elisp-compiler.test \
37 tests/elisp-reader.test \
68254263
MV
38 tests/eval.test \
39 tests/exceptions.test \
5e9456e3 40 tests/filesys.test \
27bd1dec 41 tests/fluids.test \
68254263 42 tests/format.test \
7b93c2e5 43 tests/fractions.test \
8ab3d8a0 44 tests/ftw.test \
68254263
MV
45 tests/gc.test \
46 tests/getopt-long.test \
47 tests/goops.test \
48 tests/guardians.test \
08ee6abd 49 tests/hash.test \
68254263 50 tests/hooks.test \
b89c4943 51 tests/i18n.test \
68254263
MV
52 tests/import.test \
53 tests/interp.test \
440ae510 54 tests/keywords.test \
68254263
MV
55 tests/list.test \
56 tests/load.test \
6e7d5622 57 tests/modules.test \
68254263 58 tests/multilingual.nottest \
55ae00ea 59 tests/net-db.test \
68254263
MV
60 tests/numbers.test \
61 tests/optargs.test \
d2864c8a 62 tests/options.test \
87a6a236 63 tests/print.test \
e47096d9 64 tests/procprop.test \
c42605e9 65 tests/poe.test \
3bdc8f4d 66 tests/popen.test \
68254263 67 tests/ports.test \
72a3671e 68 tests/posix.test \
e130b09f 69 tests/q.test \
68254263 70 tests/r4rs.test \
c18140cf 71 tests/r5rs_pitfall.test \
1ee2c72e 72 tests/r6rs-ports.test \
2c0ddf44 73 tests/ramap.test \
68254263 74 tests/reader.test \
16e0c623 75 tests/receive.test \
68254263 76 tests/regexp.test \
09d978f3 77 tests/signals.test \
32938e4d 78 tests/socket.test \
eb6c635a 79 tests/srcprop.test \
d31350ff 80 tests/srfi-1.test \
ab32320d 81 tests/srfi-6.test \
68254263 82 tests/srfi-10.test \
cd858a31 83 tests/srfi-11.test \
68254263
MV
84 tests/srfi-13.test \
85 tests/srfi-14.test \
86 tests/srfi-19.test \
012a3a75 87 tests/srfi-26.test \
dfedf226 88 tests/srfi-31.test \
a1a5dfa8 89 tests/srfi-34.test \
f50ca8da 90 tests/srfi-35.test \
d4c38221 91 tests/srfi-37.test \
2b78075b 92 tests/srfi-39.test \
bf04b1a3 93 tests/srfi-60.test \
1317062f 94 tests/srfi-69.test \
189681f5 95 tests/srfi-88.test \
68254263
MV
96 tests/srfi-4.test \
97 tests/srfi-9.test \
500f6a47 98 tests/statprof.test \
68254263 99 tests/strings.test \
d15ad007 100 tests/structs.test \
500f6a47
AW
101 tests/sxml.fold.test \
102 tests/sxml.ssax.test \
103 tests/sxml.transform.test \
104 tests/sxml.xpath.test \
68254263
MV
105 tests/symbols.test \
106 tests/syncase.test \
107 tests/syntax.test \
500f6a47
AW
108 tests/texinfo.test \
109 tests/texinfo.docbook.test \
110 tests/texinfo.serialize.test \
111 tests/texinfo.string-utils.test \
72a3671e 112 tests/threads.test \
68254263 113 tests/time.test \
ce09ee19 114 tests/tree-il.test \
aa529137 115 tests/unif.test \
68254263 116 tests/version.test \
22ec6a31 117 tests/vlist.test \
68254263 118 tests/weaks.test
83060bc4 119
61db429e 120EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008