testautomation_math.c 207 B

12345678910
  1. /**
  2. * Math test suite
  3. */
  4. #include "SDL.h"
  5. #include "SDL_test.h"
  6. static const SDLTest_TestCaseReference* mathTests[] = {NULL};
  7. SDLTest_TestSuiteReference mathTestSuite = {"Math", NULL, mathTests, NULL};