Commit b2ca62f23a0bd6ae45c7b69d6a25227c64d97a7a

Wouter Wijsman 2022-01-05T11:18:09

Make sure all tests have the resources they need

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 043d864..70cb4a6 100644
--- a/test/CMakeLists.txt
+++ b/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)