Home
last modified time | relevance | path

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

/bionic/tests/
Dgtest_main.cpp357 size_t success_test_count = 0; in OnTestIterationEndPrint() local
364 ++success_test_count; in OnTestIterationEndPrint()
388 printf("%zu %s.\n", success_test_count, (success_test_count == 1) ? "test" : "tests"); in OnTestIterationEndPrint()