浏览代码

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
 };