summaryrefslogtreecommitdiff
path: root/test-suite/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'test-suite/Makefile.am')
-rw-r--r--test-suite/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am
index 90bf60581..7f0e72bc5 100644
--- a/test-suite/Makefile.am
+++ b/test-suite/Makefile.am
@@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in.
##
-## Copyright 2001, 2002, 2003, 2004, 2005 Software Foundation, Inc.
+## Copyright 2001, 2002, 2003, 2004, 2005, 2006 Software Foundation, Inc.
##
## This file is part of GUILE.
##
@@ -46,6 +46,7 @@ SCM_TESTS = tests/alist.test \
tests/interp.test \
tests/list.test \
tests/load.test \
+ tests/modules.test \
tests/multilingual.nottest \
tests/numbers.test \
tests/optargs.test \
@@ -61,7 +62,6 @@ SCM_TESTS = tests/alist.test \
tests/reader.test \
tests/receive.test \
tests/regexp.test \
- tests/slib.test \
tests/socket.test \
tests/srcprop.test \
tests/srfi-1.test \