Lines Matching +full:use +full:- +full:case
2 # SPDX-License-Identifier: Apache-2.0
43 value. Please be aware that increasing it for long-running test cases
64 default -2 if !PREEMPT_ENABLED
65 default -1
67 Set priority of the testing thread. Default is -1 (cooperative).
87 bool "Using a pre-defined fatal handler and hook function"
89 Use the pre-defined common fatal error handler and a post hook to
90 do actions in your test case, this option often enabled when doing
91 error test case. Remember to add ignore_fault tag in yaml file when
95 bool "Using a pre-defined assert handler and hook function"
97 Use the pre-defined common assert fail handler and a post hook to
98 do actions in your test case, this option often enabled when doing
99 error test case. Remember to add ignore_fault tag in yaml file when
142 and all the board initialization code and pre-test bootstrap is not counted.
157 [DEPRECATED] use ZTEST_SUITE_REPEAT_COUNT instead.
163 This is used to execute a test case N number of times.
164 [DEPRECATED] use ZTEST_TEST_REPEAT_COUNT instead.
218 bool "When enabled logs are flushed after each test case"
260 Use 0 to disable.