Minor fixes to unit-testing.scm.
authorTaylor R Campbell <campbell@mumble.net>
Fri, 20 Aug 2010 02:45:31 +0000 (02:45 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Fri, 20 Aug 2010 02:45:31 +0000 (02:45 +0000)
commit4e41d54757ffcc202e9eff5a73a92f5081849ad9
treeaa9c65fa0f7bdd2cdeb93e983a4ca8d1c7e6992a
parente0ca50fd08f161b67595371a988188661eae72e8
Minor fixes to unit-testing.scm.

- Update copyright years.
- Ignore unused variable CONDITION in ASSERT-ERROR.
- Use RUN-SUB-TEST to run test procedures in RUN-SUB-TESTS

The last one is probably wrong, but without it, running unit tests
crashes in a bizarre way for me.  Example:

(run-unit-tests "runtime/test-ephemeron")
;Loading "runtime/test-ephemeron.com"... done
no-gc: failed 2 sub-tests out of 2 in .32 seconds:
    .0.0:
;Ill-formed failure: key
tests/unit-testing.scm