int main(int argc, char *argv[]) { RunBasicTest(); RunEpicTest(); /* This test is really slow, so don't run it by default */ #if 0 RunFIFOTest(SDL_FALSE); #endif RunFIFOTest(SDL_TRUE); return 0; }
int main(int argc, char *argv[]) { /* Enable standard application logging */ SDL_LogSetPriority(SDL_LOG_CATEGORY_APPLICATION, SDL_LOG_PRIORITY_INFO); RunBasicTest(); RunEpicTest(); /* This test is really slow, so don't run it by default */ #if 0 RunFIFOTest(SDL_FALSE); #endif RunFIFOTest(SDL_TRUE); return 0; }