Home
last modified time | relevance | path

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

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