From 7fd8fe2cd559b9f3b8a989472c289947041ccd58 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Fri, 23 Apr 2004 21:27:04 +0000 Subject: [PATCH] * tests/srfi-1.test: New file, exercising extended list-copy. * 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 ef2500fe2..0de2450b6 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -26,6 +26,7 @@ SCM_TESTS = tests/alist.test \ tests/reader.test \ tests/regexp.test \ tests/srcprop.test \ + tests/srfi-1.test \ tests/srfi-10.test \ tests/srfi-13.test \ tests/srfi-14.test \