Merge commit '34e89877342f20fdb8a531ad78dab34cfd2b0843'
[bpt/guile.git] / test-suite / Makefile.am
index 880e1e2..6df9826 100644 (file)
 SUBDIRS = standalone vm
 
 SCM_TESTS = tests/00-initial-env.test          \
+           tests/00-socket.test                \
             tests/alist.test                   \
            tests/and-let-star.test             \
            tests/arbiters.test                 \
            tests/arrays.test                   \
-           tests/asm-to-bytecode.test          \
            tests/bit-operations.test           \
            tests/bitvectors.test               \
            tests/brainfuck.test                \
@@ -39,8 +39,10 @@ SCM_TESTS = tests/00-initial-env.test                \
            tests/control.test                  \
            tests/continuations.test            \
            tests/coverage.test                 \
+           tests/cross-compilation.test        \
            tests/cse.test                      \
            tests/curried-definitions.test      \
+           tests/dwarf.test                    \
            tests/ecmascript.test               \
            tests/elisp.test                    \
            tests/elisp-compiler.test           \
@@ -77,6 +79,7 @@ SCM_TESTS = tests/00-initial-env.test         \
            tests/optargs.test                  \
            tests/options.test                  \
            tests/parameters.test               \
+           tests/peg.test                      \
            tests/peval.test                    \
            tests/print.test                    \
            tests/procprop.test                 \
@@ -112,9 +115,10 @@ SCM_TESTS = tests/00-initial-env.test              \
            tests/reader.test                   \
            tests/receive.test                  \
            tests/regexp.test                   \
+           tests/rtl.test                      \
+           tests/rtl-compilation.test          \
            tests/session.test                  \
            tests/signals.test                  \
-           tests/socket.test                   \
            tests/srcprop.test                  \
            tests/srfi-1.test                   \
            tests/srfi-6.test                   \
@@ -131,13 +135,17 @@ SCM_TESTS = tests/00-initial-env.test             \
            tests/srfi-37.test                  \
            tests/srfi-38.test                  \
            tests/srfi-39.test                  \
+           tests/srfi-41.test                  \
            tests/srfi-42.test                  \
+           tests/srfi-43.test                  \
            tests/srfi-45.test                  \
            tests/srfi-60.test                  \
+           tests/srfi-64.test                  \
            tests/srfi-67.test                  \
            tests/srfi-69.test                  \
            tests/srfi-88.test                  \
            tests/srfi-105.test                 \
+           tests/srfi-111.test                 \
            tests/srfi-4.test                   \
            tests/srfi-9.test                   \
            tests/statprof.test                 \
@@ -171,7 +179,8 @@ EXTRA_DIST = \
        guile-test \
        test-suite/lib.scm \
        $(SCM_TESTS) \
-       tests/rnrs-test-a.scm
+       tests/rnrs-test-a.scm \
+       tests/srfi-64-test.scm \
        ChangeLog-2008
 
 \f