mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-11-22 10:06:23 +00:00
Test: Add math automation test suite.
This commit is contained in:
committed by
Sam Lantinga
parent
86f50ae7d7
commit
b72b5d0f99
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};
|
||||
Reference in New Issue
Block a user