Allocate foreign pointer objects in GC-scanned memory.
[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
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 \
8753fd53 31 tests/brainfuck.test \
1ee2c72e 32 tests/bytevectors.test \
68254263
MV
33 tests/c-api.test \
34 tests/chars.test \
35 tests/common-list.test \
ce4c9a6d 36 tests/control.test \
a3163568 37 tests/continuations.test \
9225df3c 38 tests/curried-definitions.test \
bd7131d3 39 tests/ecmascript.test \
3d1a89b9 40 tests/elisp.test \
056905c3
LC
41 tests/elisp-compiler.test \
42 tests/elisp-reader.test \
68254263
MV
43 tests/eval.test \
44 tests/exceptions.test \
5e9456e3 45 tests/filesys.test \
27bd1dec 46 tests/fluids.test \
68254263 47 tests/format.test \
7b93c2e5 48 tests/fractions.test \
8ab3d8a0 49 tests/ftw.test \
68254263
MV
50 tests/gc.test \
51 tests/getopt-long.test \
52 tests/goops.test \
53 tests/guardians.test \
08ee6abd 54 tests/hash.test \
68254263 55 tests/hooks.test \
b89c4943 56 tests/i18n.test \
68254263
MV
57 tests/import.test \
58 tests/interp.test \
440ae510 59 tests/keywords.test \
68254263
MV
60 tests/list.test \
61 tests/load.test \
6e7d5622 62 tests/modules.test \
68254263 63 tests/multilingual.nottest \
55ae00ea 64 tests/net-db.test \
68254263
MV
65 tests/numbers.test \
66 tests/optargs.test \
d2864c8a 67 tests/options.test \
87a6a236 68 tests/print.test \
e47096d9 69 tests/procprop.test \
c42605e9 70 tests/poe.test \
3bdc8f4d 71 tests/popen.test \
68254263 72 tests/ports.test \
72a3671e 73 tests/posix.test \
e130b09f 74 tests/q.test \
68254263 75 tests/r4rs.test \
c18140cf 76 tests/r5rs_pitfall.test \
1ee2c72e 77 tests/r6rs-ports.test \
2c0ddf44 78 tests/ramap.test \
68254263 79 tests/reader.test \
16e0c623 80 tests/receive.test \
68254263 81 tests/regexp.test \
09d978f3 82 tests/signals.test \
32938e4d 83 tests/socket.test \
eb6c635a 84 tests/srcprop.test \
d31350ff 85 tests/srfi-1.test \
ab32320d 86 tests/srfi-6.test \
68254263 87 tests/srfi-10.test \
cd858a31 88 tests/srfi-11.test \
68254263
MV
89 tests/srfi-13.test \
90 tests/srfi-14.test \
91 tests/srfi-19.test \
012a3a75 92 tests/srfi-26.test \
dfedf226 93 tests/srfi-31.test \
a1a5dfa8 94 tests/srfi-34.test \
f50ca8da 95 tests/srfi-35.test \
d4c38221 96 tests/srfi-37.test \
2b78075b 97 tests/srfi-39.test \
bf04b1a3 98 tests/srfi-60.test \
1317062f 99 tests/srfi-69.test \
189681f5 100 tests/srfi-88.test \
68254263
MV
101 tests/srfi-4.test \
102 tests/srfi-9.test \
500f6a47 103 tests/statprof.test \
68254263 104 tests/strings.test \
d15ad007 105 tests/structs.test \
500f6a47
AW
106 tests/sxml.fold.test \
107 tests/sxml.ssax.test \
108 tests/sxml.transform.test \
109 tests/sxml.xpath.test \
68254263
MV
110 tests/symbols.test \
111 tests/syncase.test \
112 tests/syntax.test \
500f6a47
AW
113 tests/texinfo.test \
114 tests/texinfo.docbook.test \
115 tests/texinfo.serialize.test \
116 tests/texinfo.string-utils.test \
72a3671e 117 tests/threads.test \
68254263 118 tests/time.test \
ce09ee19 119 tests/tree-il.test \
68254263 120 tests/version.test \
22ec6a31 121 tests/vlist.test \
68254263 122 tests/weaks.test
83060bc4 123
61db429e 124EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008
1b101522
LC
125
126\f
127# Test suite of Dominique Boucher's `lalr-scm'.
128# From http://code.google.com/p/lalr-scm/.
129
130LALR_TESTS = \
131 lalr/test-glr-associativity.scm \
132 lalr/test-glr-basics-01.scm \
133 lalr/test-glr-basics-02.scm \
134 lalr/test-glr-basics-03.scm \
135 lalr/test-glr-basics-04.scm \
136 lalr/test-glr-basics-05.scm \
137 lalr/test-glr-script-expression.scm \
138 lalr/test-glr-single-expressions.scm \
139 \
140 lalr/test-lr-associativity-01.scm \
141 lalr/test-lr-basics-01.scm \
142 lalr/test-lr-basics-02.scm \
143 lalr/test-lr-basics-03.scm \
144 lalr/test-lr-basics-04.scm \
145 lalr/test-lr-basics-05.scm \
146 lalr/test-lr-error-recovery-01.scm \
147 lalr/test-lr-error-recovery-02.scm \
148 lalr/test-lr-no-clause.scm \
149 lalr/test-lr-script-expression.scm \
150 lalr/test-lr-single-expressions.scm
151
152# Tests not listed in `run-guile-test.sh' and which should not be run.
153LALR_EXTRA = \
154 lalr/test-lr-associativity-02.scm \
155 lalr/test-lr-associativity-03.scm \
156 lalr/test-lr-associativity-04.scm
157
158# Test framework.
159LALR_EXTRA += \
160 lalr/common-test.scm \
161 lalr/glr-test.scm \
162 lalr/run-guile-test.sh
163
164TESTS = $(LALR_TESTS)
165TESTS_ENVIRONMENT = $(top_builddir)/meta/guile --no-autocompile
166
167EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS)