1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 08:20:20 +02:00

* tests/srfi-1.test: New file, exercising take and drop.

* Makefile.am (SCM_TESTS): Add it.
This commit is contained in:
Kevin Ryde 2003-05-09 22:42:00 +00:00
parent 91e7199ff0
commit d31350ff35

View file

@ -27,6 +27,7 @@ SCM_TESTS = tests/alist.test \
tests/r4rs.test \ tests/r4rs.test \
tests/reader.test \ tests/reader.test \
tests/regexp.test \ tests/regexp.test \
tests/srfi-1.test \
tests/srfi-10.test \ tests/srfi-10.test \
tests/srfi-13.test \ tests/srfi-13.test \
tests/srfi-14.test \ tests/srfi-14.test \