File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We also have a [Haskell implementation](haskell_edsl/) of the
2020checktestdata program, which supports this specification as well as a
2121Haskell embedded domain-specific language.
2222
23- ## Installation
23+ ## Installation and use
2424
2525
2626Requirements:
5454Leave out the ` make dist ` step if you use the pre-generated scanner/parser
5555files on the release branch.
5656
57+ Finally, you can run
58+ ```
59+ make check
60+ ```
61+ to run a number of tests. Note that a few of the tests are
62+ non-deterministic and may sometimes return an error. This is ok, but the
63+ ` make check ` command should run successfully more than 90% of the time.
64+
65+ For usage instructions run:
66+ ```
67+ checktestdata --help
68+ ```
69+
70+
5771## Library
5872
5973The commandline program is built upon the separate library
You can’t perform that action at this time.
0 commit comments