X-Git-Url: http://git.hcoop.net/bpt/guile.git/blobdiff_plain/ad05d4e8c6ccd17a826af3a4df38f055eb3fc9b9..6f06e8d35f0780187c6bce62fe8ace8be055e727:/test-suite/Makefile.am diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index c2a0b4fb8..6cf1bd3d6 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -1,6 +1,7 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 Software Foundation, Inc. +## Copyright 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, +## 2010, 2011 Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -50,6 +51,7 @@ SCM_TESTS = tests/00-initial-env.test \ tests/format.test \ tests/fractions.test \ tests/ftw.test \ + tests/future.test \ tests/gc.test \ tests/getopt-long.test \ tests/goops.test \ @@ -71,6 +73,7 @@ SCM_TESTS = tests/00-initial-env.test \ tests/options.test \ tests/print.test \ tests/procprop.test \ + tests/procs.test \ tests/poe.test \ tests/popen.test \ tests/popen-child.scm \ @@ -98,6 +101,7 @@ SCM_TESTS = tests/00-initial-env.test \ tests/r6rs-unicode.test \ tests/rnrs-libraries.test \ tests/ramap.test \ + tests/rdelim.test \ tests/reader.test \ tests/receive.test \ tests/regexp.test \ @@ -152,6 +156,7 @@ SCM_TESTS = tests/00-initial-env.test \ tests/weaks.test \ tests/web-http.test \ tests/web-request.test \ + tests/web-response.test \ tests/web-uri.test EXTRA_DIST = \ @@ -200,6 +205,6 @@ LALR_EXTRA += \ lalr/run-guile-test.sh TESTS = $(LALR_TESTS) -TESTS_ENVIRONMENT = $(top_builddir)/meta/guile --no-autocompile +TESTS_ENVIRONMENT = $(top_builddir)/meta/guile --no-auto-compile EXTRA_DIST += $(LALR_EXTRA) $(LALR_TESTS) tests/sxml-match-tests.ss