racket/collects/tests/mzcom
2010-05-01 09:58:16 -06:00
..
README Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
test.rktl use .rktl suffix for files meant to be 'load'ed 2010-05-01 09:58:16 -06:00

Run the MzCOM tests with

 mzscheme -mvqf test.ss

The tests exercise the three COM methods of MzCOM, namely

 About
 Reset
 Eval

Note that some of the tests deliberately cause COM exceptions,
which are handled in the Scheme code.  The details of those
exceptions are displayed to make sure they're the ones we 
expected -- these are not errors.

If the number of detected errors is greater than 0, an 
error count is printed.