IVGCVSW-7584 IVGCVSW-7585 Implement Conv3d and TransposeConv2d operators for opaque delegate

 * Add check for TF version so tests work with opaque and classic

Signed-off-by: Francis Murtagh <francis.murtagh@arm.com>
Change-Id: I3a6699150afabfc6200e1cd4d264a1f7c65c5f60
diff --git a/delegate/CMakeLists.txt b/delegate/CMakeLists.txt
index f46119c..4bb9bdd 100644
--- a/delegate/CMakeLists.txt
+++ b/delegate/CMakeLists.txt
@@ -272,6 +272,7 @@
              test/ControlTest.cpp
              test/ControlTestHelper.hpp
              test/Convolution2dTest.cpp
+             test/Convolution3dTest.cpp
              test/ConvolutionTestHelper.hpp
              test/DepthwiseConvolution2dTest.cpp
              test/ElementwiseUnaryTestHelper.hpp
@@ -289,7 +290,8 @@
              test/PreluTest.cpp
              test/PreluTestHelper.hpp
              test/TestUtils.hpp
-             test/TestUtils.cpp)
+             test/TestUtils.cpp
+             test/TransposeConvolution2dTest.cpp)
 
         # Until all operators are supported, we have to add tests one by one above to opaqueDelegate_unittest_sources.
         # After we add can add commonDelegate_unittest_sources to the add_executable below.