chibi-scheme/tests
Alex Shinn 4e5cdedc03 Converting tests to modules instead of separate programs.
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.
2015-04-05 23:38:51 +09:00
..
basic Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
build Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
ffi Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
foreign Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
install Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
memory Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
division-tests.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
flonum-tests.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
lib-tests.scm Converting tests to modules instead of separate programs. 2015-04-05 23:38:51 +09:00
numeric-tests.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
r5rs-tests.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
r7rs-tests.scm Fixing typo in r7rs-tests. 2015-03-12 22:39:43 +09:00
re-tests.txt Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00
unicode-tests.scm Forgot to install regexp (patch from Lorenzo) 2015-01-26 08:06:59 +09:00