Test suite and fixes for R6RS (rnrs arithmetic fixnums).
[bpt/guile.git] / test-suite / Makefile.am
1 ## Process this file with automake to produce Makefile.in.
2 ##
3 ## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 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
22 SUBDIRS = standalone
23
24 SCM_TESTS = tests/00-initial-env.test \
25 tests/alist.test \
26 tests/and-let-star.test \
27 tests/arbiters.test \
28 tests/arrays.test \
29 tests/asm-to-bytecode.test \
30 tests/bit-operations.test \
31 tests/brainfuck.test \
32 tests/bytevectors.test \
33 tests/c-api.test \
34 tests/chars.test \
35 tests/common-list.test \
36 tests/control.test \
37 tests/continuations.test \
38 tests/coverage.test \
39 tests/curried-definitions.test \
40 tests/ecmascript.test \
41 tests/elisp.test \
42 tests/elisp-compiler.test \
43 tests/elisp-reader.test \
44 tests/eval.test \
45 tests/exceptions.test \
46 tests/filesys.test \
47 tests/fluids.test \
48 tests/foreign.test \
49 tests/format.test \
50 tests/fractions.test \
51 tests/ftw.test \
52 tests/gc.test \
53 tests/getopt-long.test \
54 tests/goops.test \
55 tests/guardians.test \
56 tests/hash.test \
57 tests/hooks.test \
58 tests/i18n.test \
59 tests/import.test \
60 tests/interp.test \
61 tests/keywords.test \
62 tests/list.test \
63 tests/load.test \
64 tests/modules.test \
65 tests/multilingual.nottest \
66 tests/net-db.test \
67 tests/numbers.test \
68 tests/optargs.test \
69 tests/options.test \
70 tests/print.test \
71 tests/procprop.test \
72 tests/poe.test \
73 tests/popen.test \
74 tests/ports.test \
75 tests/posix.test \
76 tests/q.test \
77 tests/r4rs.test \
78 tests/r5rs_pitfall.test \
79 tests/r6rs-arithmetic-bitwise.test \
80 tests/r6rs-arithmetic-fixnums.test \
81 tests/r6rs-arithmetic-flonums.test \
82 tests/r6rs-conditions.test \
83 tests/r6rs-control.test \
84 tests/r6rs-enums.test \
85 tests/r6rs-eval.test \
86 tests/r6rs-exceptions.test \
87 tests/r6rs-files.test \
88 tests/r6rs-hashtables.test \
89 tests/r6rs-ports.test \
90 tests/r6rs-records-inspection.test \
91 tests/r6rs-records-procedural.test \
92 tests/r6rs-records-syntactic.test \
93 tests/r6rs-unicode.test \
94 tests/rnrs-libraries.test \
95 tests/ramap.test \
96 tests/reader.test \
97 tests/receive.test \
98 tests/regexp.test \
99 tests/signals.test \
100 tests/socket.test \
101 tests/srcprop.test \
102 tests/srfi-1.test \
103 tests/srfi-6.test \
104 tests/srfi-10.test \
105 tests/srfi-11.test \
106 tests/srfi-13.test \
107 tests/srfi-14.test \
108 tests/srfi-19.test \
109 tests/srfi-26.test \
110 tests/srfi-31.test \
111 tests/srfi-34.test \
112 tests/srfi-35.test \
113 tests/srfi-37.test \
114 tests/srfi-39.test \
115 tests/srfi-60.test \
116 tests/srfi-69.test \
117 tests/srfi-88.test \
118 tests/srfi-4.test \
119 tests/srfi-9.test \
120 tests/statprof.test \
121 tests/strings.test \
122 tests/structs.test \
123 tests/sxml.fold.test \
124 tests/sxml.simple.test \
125 tests/sxml.ssax.test \
126 tests/sxml.transform.test \
127 tests/sxml.xpath.test \
128 tests/symbols.test \
129 tests/syncase.test \
130 tests/syntax.test \
131 tests/texinfo.test \
132 tests/texinfo.docbook.test \
133 tests/texinfo.serialize.test \
134 tests/texinfo.string-utils.test \
135 tests/threads.test \
136 tests/time.test \
137 tests/tree-il.test \
138 tests/version.test \
139 tests/vlist.test \
140 tests/weaks.test
141
142 EXTRA_DIST = \
143 guile-test \
144 lib.scm \
145 $(SCM_TESTS) \
146 tests/rnrs-test-a.scm
147 ChangeLog-2008
148
149 \f
150 # Test suite of Dominique Boucher's `lalr-scm'.
151 # From http://code.google.com/p/lalr-scm/.
152
153 LALR_TESTS = \
154 lalr/test-glr-associativity.scm \
155 lalr/test-glr-basics-01.scm \
156 lalr/test-glr-basics-02.scm \
157 lalr/test-glr-basics-03.scm \
158 lalr/test-glr-basics-04.scm \
159 lalr/test-glr-basics-05.scm \
160 lalr/test-glr-script-expression.scm \
161 lalr/test-glr-single-expressions.scm \
162 \
163 lalr/test-lr-associativity-01.scm \
164 lalr/test-lr-basics-01.scm \
165 lalr/test-lr-basics-02.scm \
166 lalr/test-lr-basics-03.scm \
167 lalr/test-lr-basics-04.scm \
168 lalr/test-lr-basics-05.scm \
169 lalr/test-lr-error-recovery-01.scm \
170 lalr/test-lr-error-recovery-02.scm \
171 lalr/test-lr-no-clause.scm \
172 lalr/test-lr-script-expression.scm \
173 lalr/test-lr-single-expressions.scm
174
175 # Tests not listed in `run-guile-test.sh' and which should not be run.
176 LALR_EXTRA = \
177 lalr/test-lr-associativity-02.scm \
178 lalr/test-lr-associativity-03.scm \
179 lalr/test-lr-associativity-04.scm
180
181 # Test framework.
182 LALR_EXTRA += \
183 lalr/common-test.scm \
184 lalr/glr-test.scm \
185 lalr/run-guile-test.sh
186
187 TESTS = $(LALR_TESTS)
188 TESTS_ENVIRONMENT = $(top_builddir)/meta/guile --no-autocompile
189
190 EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS)