From b2ca62f23a0bd6ae45c7b69d6a25227c64d97a7a Mon Sep 17 00:00:00 2001 From: Wouter Wijsman Date: Wed, 5 Jan 2022 11:18:09 +0100 Subject: [PATCH] Make sure all tests have the resources they need --- test/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 043d864b1..70cb4a633 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)