IVGCVSW-7579 IVGCVSW-7581 IVGCVSW-7583 Implement Comparison, Concat and Mean in Opaque Delegate

 * Removed input slot check from Connect function as number of TFLite
   and Arm NN inputs can differ.
 * Moved SetupConcatViewOrigin function to DelegateUtils.hpp
 * Simplified validation checks in VistConvolution functions as IsValid
   and IsDynamic were already being called.

Signed-off-by: Matthew Sloyan <matthew.sloyan@arm.com>
Change-Id: I858dbe4b643f9d350d9c38ea255ce5effbda4612
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index b81feb6..ab61337 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -261,6 +261,10 @@
              opaque/src/test/DelegateTestInterpreter.cpp
              test/CastTest.cpp
              test/CastTestHelper.hpp
+             test/ComparisonTest.cpp
+             test/ComparisonTestHelper.hpp
+             test/ControlTest.cpp
+             test/ControlTestHelper.hpp
              test/Convolution2dTest.cpp
              test/ConvolutionTestHelper.hpp
              test/DepthwiseConvolution2dTest.cpp