(break!, drop-right!, drop-while, take-while,
[bpt/guile.git] / test-suite / Makefile.am
index aa26fbc..3959770 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-## Copyright 2001, 2002, 2003, 2004 Software Foundation, Inc.
+## Copyright 2001, 2002, 2003, 2004, 2005 Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -22,6 +22,8 @@
 SUBDIRS = standalone
 
 SCM_TESTS = tests/alist.test                   \
+           tests/and-let-star.test             \
+           tests/arbiters.test                 \
            tests/bit-operations.test           \
            tests/c-api.test                    \
            tests/chars.test                    \
@@ -55,7 +57,9 @@ SCM_TESTS = tests/alist.test                  \
            tests/q.test                        \
            tests/r4rs.test                     \
            tests/r5rs_pitfall.test             \
+           tests/ramap.test                    \
            tests/reader.test                   \
+           tests/receive.test                  \
            tests/regexp.test                   \
            tests/slib.test                     \
            tests/socket.test                   \
@@ -70,6 +74,8 @@ SCM_TESTS = tests/alist.test                  \
            tests/srfi-26.test                  \
            tests/srfi-31.test                  \
            tests/srfi-34.test                  \
+           tests/srfi-39.test                  \
+           tests/srfi-60.test                  \
            tests/srfi-4.test                   \
            tests/srfi-9.test                   \
            tests/strings.test                  \