Searched refs:test_to_run (Results 1 – 3 of 3) sorted by relevance
66 static int test_to_run = 0; // set in main() based on argv variable69 if (test_counter++ == test_to_run) { \308 test_to_run = -1; // will never match in main()310 test_to_run = atoi(argv[1]); in main()
139 std::string RunOnThread(std::string(T::*test_to_run)()) { in RunOnThread() argument150 static_cast<T*>(this), test_to_run, background_loop); in RunOnThread()176 TestMethodType test_to_run, in ThreadedTestRunner() argument180 test_to_run_(test_to_run), in ThreadedTestRunner()