IVGCVSW-7606 IVGCVSW-7607 Add Resize and Reduce to Opaque Delegate

* Added 2 opaque delegate operators and associated test cases
* Removed IsDynamicTensor check from BatchMatMul as covered by IsValid.

Signed-off-by: John Mcloughlin <john.mcloughlin@arm.com>
Change-Id: If7c58cb23ae5c5b8a9451dddfd7b6dfcbf248d4c
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index acd1255..4f190c0 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -302,6 +302,10 @@
              test/Pooling3dTestHelper.hpp
              test/PreluTest.cpp
              test/PreluTestHelper.hpp
+             test/ReduceTest.cpp
+             test/ReduceTestHelper.hpp
+             test/ResizeTest.cpp
+             test/ResizeTestHelper.hpp
              test/RoundTest.cpp
              test/RoundTestHelper.hpp
              test/QuantizationTest.cpp