Changes from arch/CVS synchronization
[bpt/guile.git] / test-suite / Makefile.am
index 7f0e72b..34ac1ff 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-## Copyright 2001, 2002, 2003, 2004, 2005, 2006 Software Foundation, Inc.
+## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007 Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -36,12 +36,14 @@ SCM_TESTS = tests/alist.test                        \
            tests/filesys.test                  \
            tests/format.test                   \
            tests/fractions.test                \
+           tests/ftw.test                      \
            tests/gc.test                       \
            tests/getopt-long.test              \
            tests/goops.test                    \
            tests/guardians.test                \
            tests/hash.test                     \
            tests/hooks.test                    \
+           tests/i18n.test                     \
            tests/import.test                   \
            tests/interp.test                   \
            tests/list.test                     \
@@ -74,11 +76,14 @@ SCM_TESTS = tests/alist.test                        \
            tests/srfi-26.test                  \
            tests/srfi-31.test                  \
            tests/srfi-34.test                  \
+           tests/srfi-35.test                  \
+           tests/srfi-37.test                  \
            tests/srfi-39.test                  \
            tests/srfi-60.test                  \
            tests/srfi-4.test                   \
            tests/srfi-9.test                   \
            tests/strings.test                  \
+           tests/structs.test                  \
            tests/symbols.test                  \
            tests/syncase.test                  \
            tests/syntax.test                   \