285 B
285 B
test
Root directory for trivial
package test cases.
There should be 2 files for each module M
in the parent directory.
M-pass.rkt
: tests exercising intended behaviorM-fail.rkt
: tests that should raise type errors
Run tests for any file with raco test FILE.rkt
.