mirror of https://github.com/libsdl-org/SDL.git
Add the blit automation tests
This commit is contained in:
parent
c457dbb629
commit
4d5f139f0f
|
|
@ -49,6 +49,7 @@ static SDLTest_TestSuiteReference *testSuites[] = {
|
|||
&timeTestSuite,
|
||||
&timerTestSuite,
|
||||
&videoTestSuite,
|
||||
&blitTestSuite,
|
||||
&subsystemsTestSuite, /* run last, not interfere with other test environment */
|
||||
NULL
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue