Searched refs:test_count (Results 1 – 2 of 2) sorted by relevance
301 size_t test_count = 0; in OnTestIterationStartPrint() local303 test_count += testcase.TestCount(); in OnTestIterationStartPrint()307 test_count, (test_count == 1) ? "test" : "tests", in OnTestIterationStartPrint()370 size_t test_count = 0; in OnTestIterationEndPrint() local374 test_count += testcase.TestCount(); in OnTestIterationEndPrint()395 printf("%zu %s from %zu %s ran.", test_count, (test_count == 1) ? "test" : "tests", in OnTestIterationEndPrint()
111 __u32 test_count; member