Definition at line 33 of file testautomation.c.
References done, i, NULL, SDLTest_CommonState::num_windows, quit(), renderer, SDLTest_CommonState::renderers, SDL_atoi, SDL_Delay, SDL_free, SDL_INIT_VIDEO, SDL_Log, SDL_PollEvent, SDL_PRIu64, SDL_RenderClear, SDL_SetRenderDrawColor, SDL_sscanf, SDL_strcasecmp, SDL_strdup, SDLTest_CommonArg(), SDLTest_CommonCreateState(), SDLTest_CommonEvent(), SDLTest_CommonInit(), SDLTest_CommonUsage(), SDLTest_RunSuites(), and testSuites.
{
int testIterations = 1;
char *userRunSeed =
NULL;
return 1;
}
for (i = 1; i < argc;) {
int consumed;
if (consumed == 0) {
consumed = -1;
if (argv[i + 1]) {
if (testIterations < 1) testIterations = 1;
consumed = 2;
}
}
if (argv[i + 1]) {
consumed = 2;
}
}
if (argv[i + 1]) {
consumed = 2;
}
}
if (argv[i + 1]) {
consumed = 2;
}
}
}
if (consumed < 0) {
SDL_Log(
"Usage: %s %s [--iterations #] [--execKey #] [--seed string] [--filter suite_name|test_name]\n",
}
i += consumed;
}
}
for (i = 0; i <
state->num_windows; ++
i) {
}
done = 0;
for (i=0; i<100; i++) {
}
}
return(result);
}