** reorganize test directory

This commit is contained in:
ben 2015-12-13 03:38:35 -05:00
parent e9608681b9
commit a6fb675918
5 changed files with 4 additions and 5 deletions

View File

@ -3,9 +3,8 @@ 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
There should be 2 files for each module `M` in the parent directory.
- `M-pass.rkt` : tests exercising intended behavior
- `M-fail.rkt` : 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.
Run tests for any file with `raco test FILE.rkt`.