X-Git-Url: https://git.hcoop.net/bpt/guile.git/blobdiff_plain/0dbc5e571aa3bdb73fd0b9b1631e502167c4325a..0ad455ca6b8058a08fc88d911c3814b06275fe4e:/test-suite/Makefile.am diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 3ab34d6d8..c38d12ba0 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -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. ## @@ -36,13 +36,17 @@ 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/cross-compilation.test \ - tests/cse.test \ tests/curried-definitions.test \ tests/dwarf.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 \ @@ -78,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/peg.test \ tests/peval.test \ @@ -111,14 +116,17 @@ SCM_TESTS = tests/00-initial-env.test \ tests/r6rs-unicode.test \ tests/rnrs-libraries.test \ tests/ramap.test \ + tests/random.test \ tests/rdelim.test \ tests/reader.test \ + tests/records.test \ tests/receive.test \ tests/regexp.test \ tests/rtl.test \ tests/rtl-compilation.test \ tests/session.test \ tests/signals.test \ + tests/sort.test \ tests/srcprop.test \ tests/srfi-1.test \ tests/srfi-6.test \ @@ -126,6 +134,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 \ @@ -137,15 +147,20 @@ 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-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 \ @@ -164,9 +179,12 @@ SCM_TESTS = tests/00-initial-env.test \ tests/threads.test \ tests/time.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 \ @@ -176,7 +194,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