add HTTP module
[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
aa592f96 22SUBDIRS = standalone vm
c62fdb8e 23
cedf24d8
LC
24SCM_TESTS = tests/00-initial-env.test \
25 tests/alist.test \
16e0c623 26 tests/and-let-star.test \
4f21b9e8 27 tests/arbiters.test \
3ffd1ba9 28 tests/arrays.test \
53e28ed9 29 tests/asm-to-bytecode.test \
68254263 30 tests/bit-operations.test \
0142d376 31 tests/bitvectors.test \
8753fd53 32 tests/brainfuck.test \
1ee2c72e 33 tests/bytevectors.test \
68254263
MV
34 tests/c-api.test \
35 tests/chars.test \
36 tests/common-list.test \
ce4c9a6d 37 tests/control.test \
a3163568 38 tests/continuations.test \
36b5e394 39 tests/coverage.test \
9225df3c 40 tests/curried-definitions.test \
bd7131d3 41 tests/ecmascript.test \
3d1a89b9 42 tests/elisp.test \
056905c3
LC
43 tests/elisp-compiler.test \
44 tests/elisp-reader.test \
68254263
MV
45 tests/eval.test \
46 tests/exceptions.test \
5e9456e3 47 tests/filesys.test \
27bd1dec 48 tests/fluids.test \
01ad5a7b 49 tests/foreign.test \
68254263 50 tests/format.test \
7b93c2e5 51 tests/fractions.test \
8ab3d8a0 52 tests/ftw.test \
68254263
MV
53 tests/gc.test \
54 tests/getopt-long.test \
55 tests/goops.test \
56 tests/guardians.test \
08ee6abd 57 tests/hash.test \
68254263 58 tests/hooks.test \
b89c4943 59 tests/i18n.test \
68254263
MV
60 tests/import.test \
61 tests/interp.test \
440ae510 62 tests/keywords.test \
68254263
MV
63 tests/list.test \
64 tests/load.test \
d967913f 65 tests/match.test \
6e7d5622 66 tests/modules.test \
68254263 67 tests/multilingual.nottest \
55ae00ea 68 tests/net-db.test \
68254263
MV
69 tests/numbers.test \
70 tests/optargs.test \
d2864c8a 71 tests/options.test \
87a6a236 72 tests/print.test \
e47096d9 73 tests/procprop.test \
c42605e9 74 tests/poe.test \
3bdc8f4d 75 tests/popen.test \
25ccb5a5 76 tests/popen-child.scm \
68254263 77 tests/ports.test \
72a3671e 78 tests/posix.test \
e130b09f 79 tests/q.test \
68254263 80 tests/r4rs.test \
c18140cf 81 tests/r5rs_pitfall.test \
aa439b39 82 tests/r6rs-arithmetic-bitwise.test \
8794d769 83 tests/r6rs-arithmetic-fixnums.test \
b01818d7 84 tests/r6rs-arithmetic-flonums.test \
b24b7deb 85 tests/r6rs-base.test \
2359a9a4 86 tests/r6rs-conditions.test \
bf745816 87 tests/r6rs-control.test \
ace75ab7 88 tests/r6rs-enums.test \
15ce5caf 89 tests/r6rs-eval.test \
d1c83d38 90 tests/r6rs-exceptions.test \
0113507e 91 tests/r6rs-files.test \
2b95784c 92 tests/r6rs-hashtables.test \
802b47bd 93 tests/r6rs-lists.test \
1ee2c72e 94 tests/r6rs-ports.test \
55684b5e 95 tests/r6rs-records-inspection.test \
ce543a9f 96 tests/r6rs-records-procedural.test \
f797da47 97 tests/r6rs-records-syntactic.test \
94953250 98 tests/r6rs-unicode.test \
42a71068 99 tests/rnrs-libraries.test \
2c0ddf44 100 tests/ramap.test \
68254263 101 tests/reader.test \
16e0c623 102 tests/receive.test \
68254263 103 tests/regexp.test \
a148c752 104 tests/session.test \
09d978f3 105 tests/signals.test \
32938e4d 106 tests/socket.test \
eb6c635a 107 tests/srcprop.test \
d31350ff 108 tests/srfi-1.test \
ab32320d 109 tests/srfi-6.test \
68254263 110 tests/srfi-10.test \
cd858a31 111 tests/srfi-11.test \
68254263
MV
112 tests/srfi-13.test \
113 tests/srfi-14.test \
114 tests/srfi-19.test \
012a3a75 115 tests/srfi-26.test \
56ec46a7 116 tests/srfi-27.test \
dfedf226 117 tests/srfi-31.test \
a1a5dfa8 118 tests/srfi-34.test \
f50ca8da 119 tests/srfi-35.test \
d4c38221 120 tests/srfi-37.test \
12708eeb 121 tests/srfi-38.test \
2b78075b 122 tests/srfi-39.test \
fdc8fd46 123 tests/srfi-42.test \
f16a2007 124 tests/srfi-45.test \
bf04b1a3 125 tests/srfi-60.test \
8175a07e 126 tests/srfi-67.test \
1317062f 127 tests/srfi-69.test \
189681f5 128 tests/srfi-88.test \
68254263
MV
129 tests/srfi-4.test \
130 tests/srfi-9.test \
500f6a47 131 tests/statprof.test \
68254263 132 tests/strings.test \
d15ad007 133 tests/structs.test \
500f6a47 134 tests/sxml.fold.test \
400a5dcb 135 tests/sxml.match.test \
df3f1090 136 tests/sxml.simple.test \
500f6a47
AW
137 tests/sxml.ssax.test \
138 tests/sxml.transform.test \
139 tests/sxml.xpath.test \
68254263
MV
140 tests/symbols.test \
141 tests/syncase.test \
142 tests/syntax.test \
500f6a47
AW
143 tests/texinfo.test \
144 tests/texinfo.docbook.test \
145 tests/texinfo.serialize.test \
146 tests/texinfo.string-utils.test \
72a3671e 147 tests/threads.test \
68254263 148 tests/time.test \
ce09ee19 149 tests/tree-il.test \
68254263 150 tests/version.test \
22ec6a31 151 tests/vlist.test \
73124c6c 152 tests/weaks.test \
440840c1 153 tests/web-http.test \
73124c6c 154 tests/web-uri.test
83060bc4 155
42a71068
AW
156EXTRA_DIST = \
157 guile-test \
158 lib.scm \
159 $(SCM_TESTS) \
160 tests/rnrs-test-a.scm
161 ChangeLog-2008
1b101522
LC
162
163\f
164# Test suite of Dominique Boucher's `lalr-scm'.
165# From http://code.google.com/p/lalr-scm/.
166
167LALR_TESTS = \
168 lalr/test-glr-associativity.scm \
169 lalr/test-glr-basics-01.scm \
170 lalr/test-glr-basics-02.scm \
171 lalr/test-glr-basics-03.scm \
172 lalr/test-glr-basics-04.scm \
173 lalr/test-glr-basics-05.scm \
174 lalr/test-glr-script-expression.scm \
175 lalr/test-glr-single-expressions.scm \
176 \
177 lalr/test-lr-associativity-01.scm \
178 lalr/test-lr-basics-01.scm \
179 lalr/test-lr-basics-02.scm \
180 lalr/test-lr-basics-03.scm \
181 lalr/test-lr-basics-04.scm \
182 lalr/test-lr-basics-05.scm \
183 lalr/test-lr-error-recovery-01.scm \
184 lalr/test-lr-error-recovery-02.scm \
185 lalr/test-lr-no-clause.scm \
186 lalr/test-lr-script-expression.scm \
187 lalr/test-lr-single-expressions.scm
188
189# Tests not listed in `run-guile-test.sh' and which should not be run.
190LALR_EXTRA = \
191 lalr/test-lr-associativity-02.scm \
192 lalr/test-lr-associativity-03.scm \
193 lalr/test-lr-associativity-04.scm
194
195# Test framework.
196LALR_EXTRA += \
197 lalr/common-test.scm \
198 lalr/glr-test.scm \
199 lalr/run-guile-test.sh
200
201TESTS = $(LALR_TESTS)
202TESTS_ENVIRONMENT = $(top_builddir)/meta/guile --no-autocompile
203
400a5dcb 204EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss