GOOPS cosmetics
[bpt/guile.git] / test-suite / Makefile.am
CommitLineData
f14d16ed
KR
1## Process this file with automake to produce Makefile.in.
2##
a2c36371 3## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
1e91d957 4## 2010, 2011, 2012, 2013, 2014 Software Foundation, Inc.
f14d16ed
KR
5##
6## This file is part of GUILE.
7##
53befeb7
NJ
8## GUILE is free software; you can redistribute it and/or modify it
9## under the terms of the GNU Lesser General Public License as
10## published by the Free Software Foundation; either version 3, or
11## (at your option) any later version.
f14d16ed 12##
53befeb7
NJ
13## GUILE is distributed in the hope that it will be useful, but
14## WITHOUT ANY WARRANTY; without even the implied warranty of
15## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16## GNU Lesser General Public License for more details.
f14d16ed 17##
53befeb7
NJ
18## You should have received a copy of the GNU Lesser General Public
19## License along with GUILE; see the file COPYING.LESSER. If not,
20## write to the Free Software Foundation, Inc., 51 Franklin Street,
21## Fifth Floor, Boston, MA 02110-1301 USA
f14d16ed 22
aa592f96 23SUBDIRS = standalone vm
c62fdb8e 24
cedf24d8 25SCM_TESTS = tests/00-initial-env.test \
415e00fc 26 tests/00-socket.test \
cedf24d8 27 tests/alist.test \
16e0c623 28 tests/and-let-star.test \
4f21b9e8 29 tests/arbiters.test \
3ffd1ba9 30 tests/arrays.test \
68254263 31 tests/bit-operations.test \
0142d376 32 tests/bitvectors.test \
8753fd53 33 tests/brainfuck.test \
1ee2c72e 34 tests/bytevectors.test \
68254263
MV
35 tests/c-api.test \
36 tests/chars.test \
8a12aeb9 37 tests/coding.test \
68254263 38 tests/common-list.test \
d5f7b667 39 tests/compiler.test \
ce4c9a6d 40 tests/control.test \
a3163568 41 tests/continuations.test \
36b5e394 42 tests/coverage.test \
0afb26cc 43 tests/cross-compilation.test \
9225df3c 44 tests/curried-definitions.test \
ae07b8e7 45 tests/dwarf.test \
d5f7b667
MW
46 tests/encoding-escapes.test \
47 tests/encoding-iso88591.test \
48 tests/encoding-iso88597.test \
49 tests/encoding-utf8.test \
bd7131d3 50 tests/ecmascript.test \
3d1a89b9 51 tests/elisp.test \
056905c3
LC
52 tests/elisp-compiler.test \
53 tests/elisp-reader.test \
68254263 54 tests/eval.test \
d59dd06e 55 tests/eval-string.test \
68254263 56 tests/exceptions.test \
5e9456e3 57 tests/filesys.test \
27bd1dec 58 tests/fluids.test \
01ad5a7b 59 tests/foreign.test \
68254263 60 tests/format.test \
7b93c2e5 61 tests/fractions.test \
8ab3d8a0 62 tests/ftw.test \
0d4e6ca3 63 tests/future.test \
68254263
MV
64 tests/gc.test \
65 tests/getopt-long.test \
66 tests/goops.test \
67 tests/guardians.test \
08ee6abd 68 tests/hash.test \
68254263 69 tests/hooks.test \
b89c4943 70 tests/i18n.test \
f05bb849 71 tests/iconv.test \
68254263
MV
72 tests/import.test \
73 tests/interp.test \
440ae510 74 tests/keywords.test \
68254263
MV
75 tests/list.test \
76 tests/load.test \
d967913f 77 tests/match.test \
5fcb7b3c 78 tests/match.test.upstream \
6e7d5622 79 tests/modules.test \
68254263 80 tests/multilingual.nottest \
55ae00ea 81 tests/net-db.test \
68254263
MV
82 tests/numbers.test \
83 tests/optargs.test \
d2864c8a 84 tests/options.test \
d5f7b667 85 tests/pairs.test \
90de5c4c 86 tests/parameters.test \
eee0877c 87 tests/peg.test \
de1eb420 88 tests/peval.test \
87a6a236 89 tests/print.test \
e47096d9 90 tests/procprop.test \
18f06db9 91 tests/procs.test \
c42605e9 92 tests/poe.test \
3bdc8f4d 93 tests/popen.test \
25ccb5a5 94 tests/popen-child.scm \
68254263 95 tests/ports.test \
72a3671e 96 tests/posix.test \
e130b09f 97 tests/q.test \
68254263 98 tests/r4rs.test \
c18140cf 99 tests/r5rs_pitfall.test \
aa439b39 100 tests/r6rs-arithmetic-bitwise.test \
8794d769 101 tests/r6rs-arithmetic-fixnums.test \
b01818d7 102 tests/r6rs-arithmetic-flonums.test \
b24b7deb 103 tests/r6rs-base.test \
2359a9a4 104 tests/r6rs-conditions.test \
bf745816 105 tests/r6rs-control.test \
ace75ab7 106 tests/r6rs-enums.test \
15ce5caf 107 tests/r6rs-eval.test \
d1c83d38 108 tests/r6rs-exceptions.test \
0113507e 109 tests/r6rs-files.test \
2b95784c 110 tests/r6rs-hashtables.test \
802b47bd 111 tests/r6rs-lists.test \
1ee2c72e 112 tests/r6rs-ports.test \
55684b5e 113 tests/r6rs-records-inspection.test \
ce543a9f 114 tests/r6rs-records-procedural.test \
f797da47 115 tests/r6rs-records-syntactic.test \
94953250 116 tests/r6rs-unicode.test \
42a71068 117 tests/rnrs-libraries.test \
2c0ddf44 118 tests/ramap.test \
d7473131 119 tests/random.test \
a2c36371 120 tests/rdelim.test \
68254263 121 tests/reader.test \
d5f7b667 122 tests/records.test \
16e0c623 123 tests/receive.test \
68254263 124 tests/regexp.test \
e78991aa 125 tests/rtl.test \
6e8ad823 126 tests/rtl-compilation.test \
a148c752 127 tests/session.test \
09d978f3 128 tests/signals.test \
d5f7b667 129 tests/sort.test \
eb6c635a 130 tests/srcprop.test \
d31350ff 131 tests/srfi-1.test \
ab32320d 132 tests/srfi-6.test \
68254263 133 tests/srfi-10.test \
cd858a31 134 tests/srfi-11.test \
68254263
MV
135 tests/srfi-13.test \
136 tests/srfi-14.test \
d5f7b667
MW
137 tests/srfi-17.test \
138 tests/srfi-18.test \
68254263 139 tests/srfi-19.test \
012a3a75 140 tests/srfi-26.test \
56ec46a7 141 tests/srfi-27.test \
dfedf226 142 tests/srfi-31.test \
a1a5dfa8 143 tests/srfi-34.test \
f50ca8da 144 tests/srfi-35.test \
d4c38221 145 tests/srfi-37.test \
12708eeb 146 tests/srfi-38.test \
2b78075b 147 tests/srfi-39.test \
50d08cd8 148 tests/srfi-41.test \
fdc8fd46 149 tests/srfi-42.test \
9060dc29 150 tests/srfi-43.test \
f16a2007 151 tests/srfi-45.test \
bf04b1a3 152 tests/srfi-60.test \
34e89877 153 tests/srfi-64.test \
8175a07e 154 tests/srfi-67.test \
1317062f 155 tests/srfi-69.test \
189681f5 156 tests/srfi-88.test \
d5f7b667 157 tests/srfi-98.test \
bf9eb54a 158 tests/srfi-105.test \
3e2e4965 159 tests/srfi-111.test \
68254263
MV
160 tests/srfi-4.test \
161 tests/srfi-9.test \
500f6a47 162 tests/statprof.test \
d5f7b667 163 tests/streams.test \
68254263 164 tests/strings.test \
d15ad007 165 tests/structs.test \
500f6a47 166 tests/sxml.fold.test \
400a5dcb 167 tests/sxml.match.test \
df3f1090 168 tests/sxml.simple.test \
500f6a47
AW
169 tests/sxml.ssax.test \
170 tests/sxml.transform.test \
171 tests/sxml.xpath.test \
68254263
MV
172 tests/symbols.test \
173 tests/syncase.test \
174 tests/syntax.test \
500f6a47
AW
175 tests/texinfo.test \
176 tests/texinfo.docbook.test \
177 tests/texinfo.serialize.test \
178 tests/texinfo.string-utils.test \
72a3671e 179 tests/threads.test \
68254263 180 tests/time.test \
ce09ee19 181 tests/tree-il.test \
5f4b817d 182 tests/types.test \
c5ea7553 183 tests/unicode.test \
68254263 184 tests/version.test \
d5f7b667 185 tests/vectors.test \
22ec6a31 186 tests/vlist.test \
73124c6c 187 tests/weaks.test \
d5f7b667 188 tests/web-client.test \
440840c1 189 tests/web-http.test \
ad05d4e8 190 tests/web-request.test \
a9eeb2f4 191 tests/web-response.test \
73124c6c 192 tests/web-uri.test
83060bc4 193
42a71068
AW
194EXTRA_DIST = \
195 guile-test \
d10f7b57 196 test-suite/lib.scm \
42a71068 197 $(SCM_TESTS) \
34e89877
MW
198 tests/rnrs-test-a.scm \
199 tests/srfi-64-test.scm \
42a71068 200 ChangeLog-2008
1b101522
LC
201
202\f
203# Test suite of Dominique Boucher's `lalr-scm'.
204# From http://code.google.com/p/lalr-scm/.
205
206LALR_TESTS = \
207 lalr/test-glr-associativity.scm \
208 lalr/test-glr-basics-01.scm \
209 lalr/test-glr-basics-02.scm \
210 lalr/test-glr-basics-03.scm \
211 lalr/test-glr-basics-04.scm \
212 lalr/test-glr-basics-05.scm \
213 lalr/test-glr-script-expression.scm \
214 lalr/test-glr-single-expressions.scm \
215 \
216 lalr/test-lr-associativity-01.scm \
217 lalr/test-lr-basics-01.scm \
218 lalr/test-lr-basics-02.scm \
219 lalr/test-lr-basics-03.scm \
220 lalr/test-lr-basics-04.scm \
221 lalr/test-lr-basics-05.scm \
222 lalr/test-lr-error-recovery-01.scm \
223 lalr/test-lr-error-recovery-02.scm \
224 lalr/test-lr-no-clause.scm \
225 lalr/test-lr-script-expression.scm \
226 lalr/test-lr-single-expressions.scm
227
228# Tests not listed in `run-guile-test.sh' and which should not be run.
229LALR_EXTRA = \
230 lalr/test-lr-associativity-02.scm \
231 lalr/test-lr-associativity-03.scm \
232 lalr/test-lr-associativity-04.scm
233
234# Test framework.
235LALR_EXTRA += \
236 lalr/common-test.scm \
237 lalr/glr-test.scm \
238 lalr/run-guile-test.sh
239
240TESTS = $(LALR_TESTS)
c2c2b5a4
LC
241TESTS_ENVIRONMENT = \
242 @LOCALCHARSET_TESTS_ENVIRONMENT@ \
243 $(top_builddir)/meta/guile --no-auto-compile
1b101522 244
400a5dcb 245EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss