From d31350ff356ec60a6826f13d88da067f7304009e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 9 May 2003 22:42:00 +0000 Subject: [PATCH] * tests/srfi-1.test: New file, exercising take and drop. * 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 0640bf197..66572c508 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -27,6 +27,7 @@ SCM_TESTS = tests/alist.test \ tests/r4rs.test \ tests/reader.test \ tests/regexp.test \ + tests/srfi-1.test \ tests/srfi-10.test \ tests/srfi-13.test \ tests/srfi-14.test \