aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/1.2/Lstm.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/1.2/Lstm.cpp b/test/1.2/Lstm.cpp
index 59d5d381..7a2b3942 100644
--- a/test/1.2/Lstm.cpp
+++ b/test/1.2/Lstm.cpp
@@ -7,6 +7,7 @@
using namespace armnn_driver;
+#if defined(ARMNNREF_ENABLED)
DOCTEST_TEST_SUITE("LstmTests_1.2_CpuRef")
{
@@ -36,6 +37,7 @@ DOCTEST_TEST_SUITE("LstmTests_1.2_CpuRef")
}
}
+#endif
#if defined(ARMCOMPUTECL_ENABLED)
DOCTEST_TEST_SUITE("LstmTests_1.2_GpuAcc")