mirror of
https://github.com/Ryujinx/SDL.git
synced 2024-12-23 09:55:35 +00:00
11 lines
207 B
C
11 lines
207 B
C
|
/**
|
||
|
* Math test suite
|
||
|
*/
|
||
|
|
||
|
#include "SDL.h"
|
||
|
#include "SDL_test.h"
|
||
|
|
||
|
static const SDLTest_TestCaseReference* mathTests[] = {NULL};
|
||
|
|
||
|
SDLTest_TestSuiteReference mathTestSuite = {"Math", NULL, mathTests, NULL};
|