IVGCVSW-6252 Armnn Error: Failed to parse operator #1 within
 subgraph #0 error: Operator not supported

  * Added missing support for reshape operator in tflite parser when
    the target shape is dynamic and batch size is unknown
  * Added corresponding unit test

Change-Id: I35e159c9c70440168c6092d2ad02828bb2b81cd9
Signed-off-by: Cathal Corbett <cathal.corbett@arm.com>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 796a829..551ccbf 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -696,6 +696,7 @@
              src/armnnTfLiteParser/test/Prelu.cpp
              src/armnnTfLiteParser/test/Reduce.cpp
              src/armnnTfLiteParser/test/Reshape.cpp
+             src/armnnTfLiteParser/test/ReshapeDynamic.cpp
              src/armnnTfLiteParser/test/ResizeBilinear.cpp
              src/armnnTfLiteParser/test/ResizeNearestNeighbor.cpp
              src/armnnTfLiteParser/test/Quantize.cpp