add truncated-print tests
[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/alist.test \
25 tests/and-let-star.test \
26 tests/arbiters.test \
27 tests/asm-to-bytecode.test \
28 tests/bit-operations.test \
29 tests/brainfuck.test \
30 tests/bytevectors.test \
31 tests/c-api.test \
32 tests/chars.test \
33 tests/common-list.test \
34 tests/continuations.test \
35 tests/elisp.test \
36 tests/elisp-compiler.test \
37 tests/elisp-reader.test \
38 tests/eval.test \
39 tests/exceptions.test \
40 tests/filesys.test \
41 tests/format.test \
42 tests/fractions.test \
43 tests/ftw.test \
44 tests/gc.test \
45 tests/getopt-long.test \
46 tests/goops.test \
47 tests/guardians.test \
48 tests/hash.test \
49 tests/hooks.test \
50 tests/i18n.test \
51 tests/import.test \
52 tests/interp.test \
53 tests/keywords.test \
54 tests/list.test \
55 tests/load.test \
56 tests/modules.test \
57 tests/multilingual.nottest \
58 tests/numbers.test \
59 tests/optargs.test \
60 tests/options.test \
61 tests/print.test \
62 tests/procprop.test \
63 tests/poe.test \
64 tests/popen.test \
65 tests/ports.test \
66 tests/posix.test \
67 tests/q.test \
68 tests/r4rs.test \
69 tests/r5rs_pitfall.test \
70 tests/r6rs-ports.test \
71 tests/ramap.test \
72 tests/reader.test \
73 tests/receive.test \
74 tests/regexp.test \
75 tests/signals.test \
76 tests/socket.test \
77 tests/srcprop.test \
78 tests/srfi-1.test \
79 tests/srfi-6.test \
80 tests/srfi-10.test \
81 tests/srfi-11.test \
82 tests/srfi-13.test \
83 tests/srfi-14.test \
84 tests/srfi-19.test \
85 tests/srfi-26.test \
86 tests/srfi-31.test \
87 tests/srfi-34.test \
88 tests/srfi-35.test \
89 tests/srfi-37.test \
90 tests/srfi-39.test \
91 tests/srfi-60.test \
92 tests/srfi-69.test \
93 tests/srfi-88.test \
94 tests/srfi-4.test \
95 tests/srfi-9.test \
96 tests/statprof.test \
97 tests/strings.test \
98 tests/structs.test \
99 tests/sxml.fold.test \
100 tests/sxml.ssax.test \
101 tests/sxml.transform.test \
102 tests/sxml.xpath.test \
103 tests/symbols.test \
104 tests/syncase.test \
105 tests/syntax.test \
106 tests/texinfo.test \
107 tests/texinfo.docbook.test \
108 tests/texinfo.serialize.test \
109 tests/texinfo.string-utils.test \
110 tests/threads.test \
111 tests/time.test \
112 tests/tree-il.test \
113 tests/unif.test \
114 tests/version.test \
115 tests/weaks.test
116
117 EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008