Преглед изворни кода

Add the blit automation tests

Sam Lantinga пре 9 месеци
родитељ
комит
4d5f139f0f
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      test/testautomation.c

+ 1 - 0
test/testautomation.c

@@ -49,6 +49,7 @@ static SDLTest_TestSuiteReference *testSuites[] = {
     &timeTestSuite,
     &timerTestSuite,
     &videoTestSuite,
+    &blitTestSuite,
     &subsystemsTestSuite, /* run last, not interfere with other test environment */
     NULL
 };