mirror of
https://github.com/ashinn/chibi-scheme.git
synced 2025-07-04 03:36:36 +02:00
By convention, a library meant for testing exports "run-tests". Also by convention, assume the test for (foo bar) is (foo bar-test), keeping the test in the same directory and avoiding confusion since (chibi test) is not a test for (chibi). - Avoids the hack of "load"ing test, with resulting namespace complications. - Allows keeping tests together with the libraries. - Allows setting up test hooks before running. - Allows implicit inference of test locations when using above conventions. |
||
---|---|---|
.. | ||
basic | ||
build | ||
ffi | ||
foreign | ||
install | ||
memory | ||
division-tests.scm | ||
flonum-tests.scm | ||
lib-tests.scm | ||
numeric-tests.scm | ||
r5rs-tests.scm | ||
r7rs-tests.scm | ||
re-tests.txt | ||
unicode-tests.scm |