Searched refs:gTestCases (Results 1 – 3 of 3) sorted by relevance
20 extern TestCase gTestCases[];
195 for (int i = 0; gTestCases[i].name != NULL; i ++) { in RunTests()196 TestCase *testCase = &gTestCases[i]; in RunTests()
1099 TestCase gTestCases[] = { variable