racket/collects/tests/mzcom
Eli Barzilay 7d50e61c7f * Newlines at EOFs
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind

svn: r10689
2008-07-09 07:18:06 +00:00
..
README Adding collects, with all the right properties (except eoln-style). 2005-05-27 18:56:37 +00:00
test.ss * Newlines at EOFs 2008-07-09 07:18:06 +00: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.