Searched refs:REPEAT_TESTS (Results 1 – 3 of 3) sorted by relevance
168 while (REPEAT_TESTS > 0) { /* Loop runs once per complete execution of the tests in main()272 if (--REPEAT_TESTS > 0) { in main()273 printf("Repeating tests %d more time(s)\n", REPEAT_TESTS); in main()
30 extern T_CTEST_EXPORT_API int REPEAT_TESTS;
84 int REPEAT_TESTS = 1; /* Number of times to run the test */ variable593 REPEAT_TESTS++; in processArgs()