소스 검색

Make sure all tests have the resources they need

Wouter Wijsman 3 년 전
부모
커밋
b2ca62f23a
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      test/CMakeLists.txt

+ 5 - 0
test/CMakeLists.txt

@@ -152,6 +152,11 @@ set(NEEDS_RESOURCES
     testresample
     testaudiohotplug
     testmultiaudio
+    testime
+    testiconv
+    testoverlay2
+    teststreaming
+    testviewport
 )
 if(NOT PSP)
     set(NEEDS_RESOURCES ${NEEDS_RESOURCES} testnative)