diff options
| author | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-06 09:32:31 +0200 |
|---|---|---|
| committer | Luc Van Oostenryck <luc.vanoostenryck@gmail.com> | 2017-09-16 11:54:04 +0200 |
| commit | 4c70989cb77c1c9e77f30d134e7eba6e9dc06ac9 (patch) | |
| tree | ed207e2f2ac5944d84ef6cb69abce4ef98237df7 /Documentation/test-suite | |
| parent | e82ef9b847274e428682dd889194da54c9945a58 (diff) | |
| download | sparse-dev-4c70989cb77c1c9e77f30d134e7eba6e9dc06ac9.tar.gz | |
testsuite: new eq/min/max syntax for pattern checking
Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'Documentation/test-suite')
| -rw-r--r-- | Documentation/test-suite | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/test-suite b/Documentation/test-suite index a288c81a..774f4ab2 100644 --- a/Documentation/test-suite +++ b/Documentation/test-suite @@ -57,6 +57,12 @@ check-output-pattern-<nbr>-times: <pattern> (optional) Similar than the contains/excludes her above, but with full control of the number of times the pattern should occurs in the output. +check-output-pattern(<nbr>): <pattern> (optional) +check-output-pattern(<min>,<max>): <pattern> (optional) + Similar to the '-contains/excludes' here above, but with full control + of the number of times the pattern should occurs in the output. + If <min> or <max> is '-' the corresponding check is ignored. + Using test-suite ~~~~~~~~~~~~~~~~ |
