IVGCVSW-7577, IVGCVSW-7578 Implement BatchToSpaceNd and SpaceToBatchNd in Opaque Delegate

Signed-off-by: Kevin May <kevin.may@arm.com>
Change-Id: I38304abce1a417bb69aced2a5b38e976ea0cbbc0
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index ab61337..7dc89d7 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -259,6 +259,8 @@
              common/src/test/DelegateTestInterpreterUtils.hpp
              opaque/src/test/ArmnnOpaqueDelegateTest.cpp
              opaque/src/test/DelegateTestInterpreter.cpp
+             test/BatchSpaceTest.cpp
+             test/BatchSpaceTestHelper.hpp
              test/CastTest.cpp
              test/CastTestHelper.hpp
              test/ComparisonTest.cpp