IVGCVSW-3613 Add Quantized LSTM test to Android NN Driver

Signed-off-by: Ellen Norris-Thompson <ellen.norris-thompson@arm.com>
Change-Id: Ie3c535789186571df9000d75ad2a62ac8c94dcb4
diff --git a/test/1.2/Lstm.cpp b/test/1.2/Lstm.cpp
index a76b761..032b537 100644
--- a/test/1.2/Lstm.cpp
+++ b/test/1.2/Lstm.cpp
@@ -41,4 +41,9 @@
     LstmCifgPeepholeProjectionNoClippingLayerNorm<hal_1_2::HalPolicy>(sample);
 }
 
+BOOST_DATA_TEST_CASE(QuantizedLstmTest, COMPUTE_DEVICES)
+{
+    QuantizedLstm<hal_1_2::HalPolicy>(sample);
+}
+
 BOOST_AUTO_TEST_SUITE_END()