From 8dd93b96959b83cb99d903486a84374e037c6bd3 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sun, 2 Jan 2005 00:41:55 +0000 Subject: [PATCH] (SCM_TESTS): Add srfi-39.test. --- test-suite/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 1aa984c28..f13e0defd 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -38,6 +38,7 @@ SCM_TESTS = tests/alist.test \ tests/srfi-14.test \ tests/srfi-19.test \ tests/srfi-31.test \ + tests/srfi-39.test \ tests/srfi-4.test \ tests/srfi-9.test \ tests/strings.test \