diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..f485530 --- /dev/null +++ b/test/README.md @@ -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.