소스 검색

Add the blit automation tests

Sam Lantinga 1 년 전
부모
커밋
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
 };