Implement `make check' in the top-level makefile.
authorTaylor R Campbell <campbell@mumble.net>
Sat, 9 Apr 2011 21:46:34 +0000 (21:46 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Sat, 9 Apr 2011 21:46:34 +0000 (21:46 +0000)
commit6bf133fd5de987104ca84289fe58600252aa7fe2
tree1a18339e454bfab329f2af91795c9dabd807e539
parentb06b59251ebc22e814012371750bb48f3e9af886
Implement `make check' in the top-level makefile.

The implementation is totally kludgey, and the tests take an
unreasonably long time to run (since we've mixed stress tests with
simple tests), but this is better than nothing, and may help to
complement firing up Edwin as the general way to test Scheme.
src/Makefile.in
tests/check.scm [new file with mode: 0644]