IVGCVSW-2657: New Mobilenet Timings test which includes quantisation and softmax
Signed-off-by: David Monahan <david.monahan@arm.com>

Change-Id: Ieeb6ead55a3af851eea666334e41c3c9c3e3803b
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index b7a6d74..a0e4bf8 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -183,6 +183,12 @@
         ImagePreprocessor.cpp)
     TfLiteParserTest(TfLiteVGG16Quantized-Armnn "${TfLiteVGG16Quantized-Armnn_sources}")
 
+    set(TfLiteMobileNetQuantizedSoftmax-Armnn_sources
+        TfLiteMobileNetQuantizedSoftmax-Armnn/TfLiteMobileNetQuantizedSoftmax-Armnn.cpp
+        ImagePreprocessor.hpp
+        ImagePreprocessor.cpp)
+    TfLiteParserTest(TfLiteMobileNetQuantizedSoftmax-Armnn "${TfLiteMobileNetQuantizedSoftmax-Armnn_sources}")
+
     set(TfLiteInceptionV3Quantized-Armnn_sources
         TfLiteInceptionV3Quantized-Armnn/TfLiteInceptionV3Quantized-Armnn.cpp
         ImagePreprocessor.hpp
@@ -202,9 +208,9 @@
     TfLiteParserTest(TfLiteResNetV2-Armnn "${TfLiteResNetV2-Armnn_sources}")
 
     set(TfLiteResNetV2-50-Quantized-Armnn_sources
-            TfLiteResNetV2-50-Quantized-Armnn/TfLiteResNetV2-50-Quantized-Armnn.cpp
-            ImagePreprocessor.hpp
-            ImagePreprocessor.cpp)
+        TfLiteResNetV2-50-Quantized-Armnn/TfLiteResNetV2-50-Quantized-Armnn.cpp
+        ImagePreprocessor.hpp
+        ImagePreprocessor.cpp)
     TfLiteParserTest(TfLiteResNetV2-50-Quantized-Armnn "${TfLiteResNetV2-50-Quantized-Armnn_sources}")
 
     set(TfLiteMnasNet-Armnn_sources