Searched defs:tests_run (Results 1 - 1 of 1) sorted by relevance

/external/v8/test/cctest/
H A Dcctest.cc74 int tests_run = 0; local
97 tests_run++;
111 tests_run++;
119 if (print_run_count && tests_run != 1)
120 printf("Ran %i tests.\n", tests_run);

Completed in 100 milliseconds