From: Kevin Ryde Date: Fri, 23 Apr 2004 21:19:26 +0000 (+0000) Subject: * tests/srfi-11.test: New file. X-Git-Url: https://git.hcoop.net/bpt/guile.git/commitdiff_plain/cd858a314c79921325f57577d6be000d69047b85 * tests/srfi-11.test: New file. * Makefile.am (SCM_TESTS): Add it. --- 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 \