Add missing files to the test-suite Makefile.
authorMark H Weaver <mhw@netris.org>
Sun, 2 Mar 2014 00:03:35 +0000 (19:03 -0500)
committerMark H Weaver <mhw@netris.org>
Mon, 3 Mar 2014 22:31:13 +0000 (17:31 -0500)
* test-suite/Makefile.am (SCM_TESTS): Add "tests/compiler.test",
  "tests/encoding-escapes.test", "tests/encoding-iso88591.test",
  "tests/encoding-iso88597.test", "tests/encoding-utf8.test",
  "tests/pairs.test", "tests/records.test", "tests/sort.test",
  "tests/srfi-17.test", "tests/srfi-18.test", "tests/srfi-98.test",
  "tests/streams.test", "tests/vectors.test", and "tests/web-client.test".

test-suite/Makefile.am

index 41feb15..a050f83 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, 2013 Software Foundation, Inc.
+##   2010, 2011, 2012, 2013, 2014 Software Foundation, Inc.
 ##
 ## This file is part of GUILE.
 ##
@@ -37,11 +37,16 @@ SCM_TESTS = tests/00-initial-env.test               \
            tests/chars.test                    \
            tests/coding.test                   \
            tests/common-list.test              \
+           tests/compiler.test                 \
            tests/control.test                  \
            tests/continuations.test            \
            tests/coverage.test                 \
            tests/cse.test                      \
            tests/curried-definitions.test      \
+           tests/encoding-escapes.test         \
+           tests/encoding-iso88591.test        \
+           tests/encoding-iso88597.test        \
+           tests/encoding-utf8.test            \
            tests/ecmascript.test               \
            tests/elisp.test                    \
            tests/elisp-compiler.test           \
@@ -77,6 +82,7 @@ SCM_TESTS = tests/00-initial-env.test         \
            tests/numbers.test                  \
            tests/optargs.test                  \
            tests/options.test                  \
+           tests/pairs.test                    \
            tests/parameters.test               \
            tests/peval.test                    \
            tests/print.test                    \
@@ -111,10 +117,12 @@ SCM_TESTS = tests/00-initial-env.test             \
            tests/ramap.test                    \
            tests/rdelim.test                   \
            tests/reader.test                   \
+           tests/records.test                  \
            tests/receive.test                  \
            tests/regexp.test                   \
            tests/session.test                  \
            tests/signals.test                  \
+           tests/sort.test                     \
            tests/srcprop.test                  \
            tests/srfi-1.test                   \
            tests/srfi-6.test                   \
@@ -122,6 +130,8 @@ SCM_TESTS = tests/00-initial-env.test               \
            tests/srfi-11.test                  \
            tests/srfi-13.test                  \
            tests/srfi-14.test                  \
+           tests/srfi-17.test                  \
+           tests/srfi-18.test                  \
            tests/srfi-19.test                  \
            tests/srfi-26.test                  \
            tests/srfi-27.test                  \
@@ -140,11 +150,13 @@ SCM_TESTS = tests/00-initial-env.test             \
            tests/srfi-67.test                  \
            tests/srfi-69.test                  \
            tests/srfi-88.test                  \
+           tests/srfi-98.test                  \
            tests/srfi-105.test                 \
            tests/srfi-111.test                 \
            tests/srfi-4.test                   \
            tests/srfi-9.test                   \
            tests/statprof.test                 \
+           tests/streams.test                  \
            tests/strings.test                  \
            tests/structs.test                  \
            tests/sxml.fold.test                \
@@ -165,8 +177,10 @@ SCM_TESTS = tests/00-initial-env.test              \
            tests/tree-il.test                  \
            tests/types.test                    \
            tests/version.test                  \
+           tests/vectors.test                  \
            tests/vlist.test                    \
            tests/weaks.test                    \
+           tests/web-client.test               \
            tests/web-http.test                 \
            tests/web-request.test              \
            tests/web-response.test             \