[test] top-level readme

This commit is contained in:
ben 2015-12-13 00:18:51 -05:00
parent 1a5dddf009
commit f29609629e

11
test/README.md Normal file
View File

@ -0,0 +1,11 @@
test
===
Root directory for `trivial` package test cases.
Each folder here contains 2 important files:
- `pass.rkt` : driver for tests exercising intended behavior
- `fail.rkt` : driver for tests that should raise type errors
Run either of these to see a few pass/fail tests.
The scripts `all-X.rkt` in this folder run passing/failing tests.