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,
|
&timeTestSuite,
|
||||||
&timerTestSuite,
|
&timerTestSuite,
|
||||||
&videoTestSuite,
|
&videoTestSuite,
|
||||||
|
&blitTestSuite,
|
||||||
&subsystemsTestSuite, /* run last, not interfere with other test environment */
|
&subsystemsTestSuite, /* run last, not interfere with other test environment */
|
||||||
NULL
|
NULL
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue