add fluid tests
[bpt/guile.git] / test-suite / Makefile.am
index 476d6e6..3d6bf80 100644 (file)
@@ -1,6 +1,6 @@
 ## Process this file with automake to produce Makefile.in.
 ##
-## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Software Foundation, Inc.
+## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -26,15 +26,19 @@ SCM_TESTS = tests/alist.test                        \
            tests/arbiters.test                 \
            tests/asm-to-bytecode.test          \
            tests/bit-operations.test           \
+           tests/brainfuck.test                \
            tests/bytevectors.test              \
            tests/c-api.test                    \
            tests/chars.test                    \
            tests/common-list.test              \
            tests/continuations.test            \
            tests/elisp.test                    \
+           tests/elisp-compiler.test           \
+           tests/elisp-reader.test             \
            tests/eval.test                     \
            tests/exceptions.test               \
            tests/filesys.test                  \
+           tests/fluids.test                   \
            tests/format.test                   \
            tests/fractions.test                \
            tests/ftw.test                      \
@@ -47,13 +51,16 @@ SCM_TESTS = tests/alist.test                        \
            tests/i18n.test                     \
            tests/import.test                   \
            tests/interp.test                   \
+           tests/keywords.test                 \
            tests/list.test                     \
            tests/load.test                     \
            tests/modules.test                  \
            tests/multilingual.nottest          \
+           tests/net-db.test                   \
            tests/numbers.test                  \
            tests/optargs.test                  \
            tests/options.test                  \
+           tests/print.test                    \
            tests/procprop.test                 \
            tests/poe.test                      \
            tests/popen.test                    \
@@ -67,6 +74,7 @@ SCM_TESTS = tests/alist.test                  \
            tests/reader.test                   \
            tests/receive.test                  \
            tests/regexp.test                   \
+           tests/signals.test                  \
            tests/socket.test                   \
            tests/srcprop.test                  \
            tests/srfi-1.test                   \
@@ -87,28 +95,26 @@ SCM_TESTS = tests/alist.test                        \
            tests/srfi-88.test                  \
            tests/srfi-4.test                   \
            tests/srfi-9.test                   \
+           tests/statprof.test                 \
            tests/strings.test                  \
            tests/structs.test                  \
+           tests/sxml.fold.test                \
+           tests/sxml.ssax.test                \
+           tests/sxml.transform.test           \
+           tests/sxml.xpath.test               \
            tests/symbols.test                  \
            tests/syncase.test                  \
            tests/syntax.test                   \
+           tests/texinfo.test                  \
+           tests/texinfo.docbook.test          \
+           tests/texinfo.serialize.test        \
+           tests/texinfo.string-utils.test     \
            tests/threads.test                  \
            tests/time.test                     \
            tests/tree-il.test                  \
            tests/unif.test                     \
            tests/version.test                  \
+           tests/vlist.test                    \
            tests/weaks.test
 
-SCM_TESTS_DIRS = tests/asmobs \
-                 tests/c-api
-
 EXTRA_DIST = guile-test lib.scm $(SCM_TESTS) ChangeLog-2008
-
-## Automake should be able to handle the distribution of tests/asmobs
-## etc without any help, but not all version can handle 'deep'
-## directories.  So we do it on our own.
-dist-hook:
-       for d in $(SCM_TESTS_DIRS); do \
-         cp -pR $(srcdir)/$$d $(distdir)/$$d; \
-          rm -rf $(distdir)/$$d/CVS; \
-        done