* 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:
parent
2460afd80e
commit
3d3e4af0f3
|
@ -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 \
|
||||
|
|
|
@ -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
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue