racket/collects/tests/mzcom
Eli Barzilay debd1f9f1e Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
(Some other minor things here and there.)
2011-06-20 04:27:14 -04:00
..
README Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
test.rktl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04: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.