Merge commit '34e89877342f20fdb8a531ad78dab34cfd2b0843'
[bpt/guile.git] / test-suite / Makefile.am
index fad64b7..6df9826 100644 (file)
@@ -28,7 +28,6 @@ SCM_TESTS = tests/00-initial-env.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                \
@@ -40,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           \
@@ -115,6 +116,7 @@ SCM_TESTS = tests/00-initial-env.test               \
            tests/receive.test                  \
            tests/regexp.test                   \
            tests/rtl.test                      \
+           tests/rtl-compilation.test          \
            tests/session.test                  \
            tests/signals.test                  \
            tests/srcprop.test                  \
@@ -135,12 +137,15 @@ SCM_TESTS = tests/00-initial-env.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                 \
@@ -174,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