Lines Matching refs:check

11 ``check-name:`` *name*
15 ``check-description:`` *description ...*
19 ``check-command:`` *command arg ...*
23 of the library. check-command allows you to give a custom command to
29 ``check-arch-ignore:`` *arch[|...]*
31 ``check-arch-only:`` *arch[|...]*
36 ``check-assert:`` *condition*
41 ``check-cpp-if:`` *condition*
46 ``check-exit-value:`` *value*
48 The expected exit value of check-command. It defaults to 0.
50 ``check-timeout:`` *timeout*
52 The maximum expected duration of check-command, in seconds.
55 ``check-output-start`` / ``check-output-end``
57 The expected output (stdout and stderr) of check-command lies between
60 ``check-output-ignore`` / ``check-error-ignore``
62 Don't check the expected output (stdout or stderr) of check-command
64 in the exit value). By default this check is done.
66 ``check-known-to-fail``
70 ``check-output-contains:`` *pattern*
76 ``check-output-excludes:`` *pattern*
83 ``check-output-pattern(``\ *nbr*\ ``):`` *pattern*
85 ``check-output-pattern(``\ *min*\ ``,``\ *max*\ ``):`` *pattern*
89 If *min* or *max* is ``-`` the corresponding check is ignored.
94 The test-suite script is called through the check target of the Makefile. It
95 will try to check every test case it finds (``find validation -name '*.c'``).
96 It can be called to check a single test with::
111 `name:` check-name value
114 `cmd:` check-command value
124 * check-name: bad assignment
126 * check-command: sparse $file
127 * check-exit-value: 1
129 * check-output-start
132 * check-output-end
138 You can define the check-command you want to use for the test.::
160 * check-name: Preprocessor #2
162 * check-command: sparse -E $file
163 * check-exit-value: 0
165 * check-output-start
168 * check-output-end