mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-30 00:17:40 +00:00
Test: Add math automation test suite.
This commit is contained in:
parent
86f50ae7d7
commit
b72b5d0f99
2 changed files with 12 additions and 0 deletions
10
test/testautomation_math.c
Normal file
10
test/testautomation_math.c
Normal 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};
|
Loading…
Add table
Add a link
Reference in a new issue