Test: Add math automation test suite.

This commit is contained in:
Pierre Wendling 2022-05-04 12:39:49 -04:00 committed by Sam Lantinga
parent 86f50ae7d7
commit b72b5d0f99
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,10 @@
/**
* Math test suite
*/
#include "SDL.h"
#include "SDL_test.h"
static const SDLTest_TestCaseReference* mathTests[] = {NULL};
SDLTest_TestSuiteReference mathTestSuite = {"Math", NULL, mathTests, NULL};