From cd858a314c79921325f57577d6be000d69047b85 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 23 Apr 2004 21:19:26 +0000 Subject: [PATCH] * tests/srfi-11.test: New file. * Makefile.am (SCM_TESTS): Add it. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 945268c6d..ca7ecac64 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -59,6 +59,7 @@ SCM_TESTS = tests/alist.test \ tests/srfi-1.test \ tests/srfi-6.test \ tests/srfi-10.test \ + tests/srfi-11.test \ tests/srfi-13.test \ tests/srfi-14.test \ tests/srfi-19.test \