diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-02-08 12:49:03 +0100 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2018-02-08 12:49:03 +0100 |
| commit | a695e053a24db2f092b76c7394ca57899b43e345 (patch) | |
| tree | dd6da172ad272610f6569ca03061c1195ddd0b0a /Documentation/test-suite | |
| parent | 6b91f6997c7debd4eaa03b8f9e222aaafa937498 (diff) | |
| parent | 047a43fa754c0f82666d5858168bd63fe87d90a7 (diff) | |
| download | sparse-dev-a695e053a24db2f092b76c7394ca57899b43e345.tar.gz | |
Merge branches 'cse-setfval' and 'extract-eval' into tip
Diffstat (limited to 'Documentation/test-suite')
| -rw-r--r-- | Documentation/test-suite | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite index 160fed31..1315dbd6 100644 --- a/Documentation/test-suite +++ b/Documentation/test-suite @@ -40,7 +40,7 @@ check-output-start / check-output-end check-output-ignore / check-error-ignore Don't check the expected output (stdout or stderr) of check-command - (usefull when this output is not comparable or if you're only interested + (useful when this output is not comparable or if you're only interested in the exit value). By default this check is done. @@ -60,8 +60,8 @@ check-output-excludes: <pattern> check-output-pattern(<nbr>): <pattern> check-output-pattern(<min>,<max>): <pattern> - Similar to the '-contains/excludes' here above, but with full control - of the number of times the pattern should occurs in the output. + Similar to the contains/excludes above, but with full control + of the number of times the pattern should occur in the output. If <min> or <max> is '-' the corresponding check is ignored. Using test-suite @@ -91,7 +91,7 @@ cmd: "sparse $file". The output of the test-suite format command can be redirected into the -test case to create a test-suite formated file. +test case to create a test-suite formatted file. $ ./test-suite format bad-assignment.c Assignment >> bad-assignment.c $ cat !$ |
