MLECO-1871: Move tests golden fv into usecase folders

Signed-off-by: Isabella Gottardi <isabella.gottardi@arm.com>
Change-Id: I02cbfffd85916e8c82d68e98b8951ee7c8a3d0c0
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5317bfa..d434c9e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -407,7 +407,7 @@
 
             set(TEST_RESOURCES_INCLUDE
                 "${TEST_SRCS}/utils/"
-                "${TEST_SRCS}/resources/golden_fv/"
+                "${TEST_SRC_USE_CASE}/${use_case}/include/"
                 )
 
             # Define Test sources and new target to run unit tests
diff --git a/tests/resources/golden_fv/AdGoldenInput.hpp b/tests/use_case/ad/include/AdGoldenInput.hpp
similarity index 100%
rename from tests/resources/golden_fv/AdGoldenInput.hpp
rename to tests/use_case/ad/include/AdGoldenInput.hpp
diff --git a/tests/resources/golden_fv/AsrGoldenFeatures.hpp b/tests/use_case/asr/include/AsrGoldenFeatures.hpp
similarity index 100%
rename from tests/resources/golden_fv/AsrGoldenFeatures.hpp
rename to tests/use_case/asr/include/AsrGoldenFeatures.hpp