1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-16 16:50:21 +02:00

(SCM_TESTS): Add srfi-39.test.

This commit is contained in:
Kevin Ryde 2005-01-01 22:45:32 +00:00
parent 7cf2d3d520
commit 2b78075b31

View file

@ -1,6 +1,6 @@
## Process this file with automake to produce Makefile.in. ## 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. ## This file is part of GUILE.
## ##
@ -73,6 +73,7 @@ SCM_TESTS = tests/alist.test \
tests/srfi-26.test \ tests/srfi-26.test \
tests/srfi-31.test \ tests/srfi-31.test \
tests/srfi-34.test \ tests/srfi-34.test \
tests/srfi-39.test \
tests/srfi-4.test \ tests/srfi-4.test \
tests/srfi-9.test \ tests/srfi-9.test \
tests/strings.test \ tests/strings.test \