SDL2/test/testautomation_math.c

11 lines
207 B
C
Raw Normal View History

2022-05-04 11:39:49 -05:00
/**
* Math test suite
*/
#include "SDL.h"
#include "SDL_test.h"
static const SDLTest_TestCaseReference* mathTests[] = {NULL};
SDLTest_TestSuiteReference mathTestSuite = {"Math", NULL, mathTests, NULL};