File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ We also have a [Haskell implementation](haskell_edsl/) of the
20
20
checktestdata program, which supports this specification as well as a
21
21
Haskell embedded domain-specific language.
22
22
23
- ## Installation
23
+ ## Installation and use
24
24
25
25
26
26
Requirements:
54
54
Leave out the ` make dist ` step if you use the pre-generated scanner/parser
55
55
files on the release branch.
56
56
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
+
57
71
## Library
58
72
59
73
The commandline program is built upon the separate library
You can’t perform that action at this time.
0 commit comments