From a015df9b8da16f2369c574d5a4e9006eff4b022e Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Mon, 9 Aug 2004 01:28:23 +0000 Subject: [PATCH] * tests/slib.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 5c5091a3b..aa26fbc06 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -57,6 +57,7 @@ SCM_TESTS = tests/alist.test \ tests/r5rs_pitfall.test \ tests/reader.test \ tests/regexp.test \ + tests/slib.test \ tests/socket.test \ tests/srcprop.test \ tests/srfi-1.test \