Searched defs:test_count (Results 1 – 4 of 4) sorted by relevance
53 int test_count = sizeof(all_tests) / sizeof(struct test); variable
378 int test_count; in run_parent() local
456 int test_count() { in test_count() function
3122 static std::string FormatTestCount(int test_count) { in FormatTestCount()