Home
last modified time | relevance | path

Searched refs:tests_run (Results 1 – 2 of 2) sorted by relevance

/lib/
A Dtest_ida.c12 static unsigned int tests_run; variable
19 tests_run++; \
276 printk("IDA: %u of %u tests passed\n", tests_passed, tests_run); in ida_checks()
277 return (tests_run != tests_passed) ? 0 : -EINVAL; in ida_checks()
A Dtest_xarray.c12 static unsigned int tests_run; variable
24 tests_run++; \
2266 printk("XArray: %u of %u tests passed\n", tests_passed, tests_run); in xarray_checks()
2267 return (tests_run == tests_passed) ? 0 : -EINVAL; in xarray_checks()

Completed in 7 milliseconds