(break!, drop-right!, drop-while, take-while,
[bpt/guile.git] / test-suite / Makefile.am
index 8dc35e5..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.
 ##
@@ -57,6 +57,7 @@ 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                   \
@@ -73,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                  \