From 2b78075b31dd4cef48da6f02bf2217c0c59b27b5 Mon Sep 17 00:00:00 2001 From: Kevin Ryde Date: Sat, 1 Jan 2005 22:45:32 +0000 Subject: [PATCH] (SCM_TESTS): Add srfi-39.test. --- test-suite/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-suite/Makefile.am b/test-suite/Makefile.am index 8dc35e58d..c682c7a67 100644 --- a/test-suite/Makefile.am +++ b/test-suite/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright 2001, 2002, 2003, 2004 Software Foundation, Inc. +## Copyright 2001, 2002, 2003, 2004, 2005 Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -73,6 +73,7 @@ SCM_TESTS = tests/alist.test \ tests/srfi-26.test \ tests/srfi-31.test \ tests/srfi-34.test \ + tests/srfi-39.test \ tests/srfi-4.test \ tests/srfi-9.test \ tests/strings.test \