Merge commit '34e89877342f20fdb8a531ad78dab34cfd2b0843'
[bpt/guile.git] / test-suite / Makefile.am
index 8daa2e0..6df9826 100644 (file)
@@ -1,7 +1,7 @@
 ## Process this file with automake to produce Makefile.in.
 ##
 ## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
-##   2010, 2011, 2012 Software Foundation, Inc.
+##   2010, 2011, 2012, 2013 Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -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,7 +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           \
@@ -62,6 +64,7 @@ SCM_TESTS = tests/00-initial-env.test         \
            tests/hash.test                     \
            tests/hooks.test                    \
            tests/i18n.test                     \
+           tests/iconv.test                    \
            tests/import.test                   \
            tests/interp.test                   \
            tests/keywords.test                 \
@@ -76,6 +79,8 @@ 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                 \
            tests/procs.test                    \
@@ -110,6 +115,8 @@ 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/srcprop.test                  \
@@ -128,12 +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                 \
@@ -165,9 +177,10 @@ SCM_TESTS = tests/00-initial-env.test              \
 
 EXTRA_DIST = \
        guile-test \
-       lib.scm \
+       test-suite/lib.scm \
        $(SCM_TESTS) \
-       tests/rnrs-test-a.scm
+       tests/rnrs-test-a.scm \
+       tests/srfi-64-test.scm \
        ChangeLog-2008
 
 \f