From f853805e96825af2d8c70cb85536043a80155df5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Thu, 17 Mar 2005 21:24:41 +0000 Subject: [PATCH] * tests/srfi-17.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 f13e0defd..aa7859b32 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -36,6 +36,7 @@ SCM_TESTS = tests/alist.test \ tests/srfi-10.test \ tests/srfi-13.test \ tests/srfi-14.test \ + tests/srfi-17.test \ tests/srfi-19.test \ tests/srfi-31.test \ tests/srfi-39.test \