From bf04b1a384533fd88c384fb68b4dd442c6aa4bbd Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 13 Mar 2005 00:52:01 +0000 Subject: [PATCH] * tests/srfi-60.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 bb8ca3cad..3959770b5 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -75,6 +75,7 @@ SCM_TESTS = tests/alist.test \ tests/srfi-31.test \ tests/srfi-34.test \ tests/srfi-39.test \ + tests/srfi-60.test \ tests/srfi-4.test \ tests/srfi-9.test \ tests/strings.test \ -- 2.20.1