Home
last modified time | relevance | path

Searched refs:total_tests (Results 1 – 3 of 3) sorted by relevance

/tools/testing/selftests/
A Dkselftest_module.h14 static unsigned int total_tests __initdata; \
19 total_tests++; \
26 static inline int kstm_report(unsigned int total_tests, unsigned int failed_tests, in kstm_report() argument
32 pr_info("remaining %u tests passed\n", total_tests); in kstm_report()
34 pr_info("all %u tests passed\n", total_tests); in kstm_report()
36 pr_warn("failed %u out of %u tests\n", failed_tests, total_tests); in kstm_report()
47 return kstm_report(total_tests, failed_tests, skipped_tests); \
/tools/testing/selftests/power_supply/
A Dtest_power_supply_properties.sh23 total_tests=0
26 total_tests=$((total_tests + NUM_TESTS))
29 echo "$total_tests"
/tools/testing/selftests/x86/
A Dtest_vsyscall.c508 int total_tests = TOTAL_TESTS; in main() local
511 ksft_set_plan(total_tests); in main()

Completed in 5 milliseconds