* Added the r4rstest.scm compliance test, with a minor addition.

git-svn-id: svn://svn.zoy.org/elk/trunk@188 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-25 13:04:01 +00:00
parent 2460afd80e
commit 3d3e4af0f3
3 changed files with 1239 additions and 0 deletions

View File

@ -42,6 +42,12 @@ scheme_DATA = \
scheme/unify.scm \
$(NULL)
testsdir = $(examplesdir)/tests
tests_DATA = \
tests/README \
tests/r4rstest.scm \
$(NULL)
unixdir = $(examplesdir)/unix
unix_DATA = \
unix/pipsiz.scm \

5
examples/tests/README Normal file
View File

@ -0,0 +1,5 @@
Various Scheme conformance tests
--------------------------------
r4rstest.scm: Aubrey Jaffer's R4RS conformance test, downloaded from
http://swissnet.ai.mit.edu/ftpdir/scm/r4rstest.scm

1228
examples/tests/r4rstest.scm Normal file

File diff suppressed because it is too large Load Diff