Lines Matching +full:test +full:- +full:docs
1 /* SPDX-License-Identifier: GPL-2.0 */
3 * kselftest.h: low-level kselftest framework to include from
16 * For each test, report any progress, debugging, etc with:
21 * and finally report the pass/fail/skip/xfail/xpass state of the test
164 … "# %u skipped test(s) detected. Consider enabling relevant config options to improve coverage.\n", in ksft_print_cnts()
234 * ksft_test_result() - Report test success based on truth of condition
236 * @condition: if true, report test success, otherwise failure.
334 /* Docs seem to call for double space if directive is absent */ in ksft_test_result_code()
349 * ksft_test_result() - Report test success based on truth of condition
351 * @condition: if true, report test success, otherwise failure.
385 * ksft_exit() - Exit selftest based on truth of condition
387 * @condition: if true, exit self test with success, otherwise fail.
397 * ksft_finished() - Exit selftest with success if all tests passed