Discussion:
[Larceny-users] Tests for SRFI 1?
Grant Rettke
2009-05-07 21:13:13 UTC
Permalink
Hi,

I am looking for tests for SRFI 1 in the Larceny code base.

In trunk I see: lib\SRFI\test\srfi-1-test.sps.

Are there any more hiding somewhere?

I am guessing no, but I would rather be thorough.

Best wishes,

Grant
Felix Klock
2009-05-07 21:18:51 UTC
Permalink
Grant-
Post by Grant Rettke
I am looking for tests for SRFI 1 in the Larceny code base.
In trunk I see: lib\SRFI\test\srfi-1-test.sps.
Are there any more hiding somewhere?
The R5RS version of that file is also living in that directory; it is
named srfi-1-test.sch

But it holds essentially the same set of tests, so as far as I know,
there are no tests of SRFI-1 hiding in the code base.

-Felix
Marco Maggi
2009-05-08 09:27:58 UTC
Permalink
Post by Grant Rettke
I am looking for tests for SRFI 1 in the Larceny code base.
It is not for Larceny, and I guarantee nothing, but
if you just need more tests you can adapt my tests;
go to:

http://github.com/marcomaggi/nausicaa/tree/master

and browse the repository:

srfi/ -> tests/ -> test-lists.sps

or try the following ugly url:

http://github.com/marcomaggi/nausicaa/blob/b6e131f5391264fa05bd78d210fcc8f5647b7fac/srfi/tests/test-lists.sps

HTH
--
Marco Maggi
Loading...