aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKeith Davis <keith.davis@arm.com>2021-04-08 11:47:23 +0100
committerKeithARM <keith.davis@arm.com>2021-04-09 10:41:09 +0000
commit7c67fabc86b6647855beebac9f6cfe92341357cb (patch)
treef7001e3422918898cc0c181beeee3917088cfa12 /src
parent015b3f025d1f1ccb75d3f437bee8ed8dcfee302b (diff)
downloadarmnn-7c67fabc86b6647855beebac9f6cfe92341357cb.tar.gz
IVGCVSW-5803 Delegate Unit Tests Failure on Android: Normalization & Softmax
Signed-off-by: Keith Davis <keith.davis@arm.com> Change-Id: I2873f8563cc11da550d460b04e5175372489a564
Diffstat (limited to 'src')
-rw-r--r--src/backends/neon/test/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backends/neon/test/CMakeLists.txt b/src/backends/neon/test/CMakeLists.txt
index d2363add9e..9a45b7ddbe 100644
--- a/src/backends/neon/test/CMakeLists.txt
+++ b/src/backends/neon/test/CMakeLists.txt
@@ -24,7 +24,8 @@ list(APPEND armnnNeonBackendUnitTests_sources
# Default to always including these tests.
set(INCLUDE_NDK_BUG_TESTS "ON")
# Reconsider if we in a debug build.
-if ( NOT ${CMAKE_BUILD_TYPE} STREQUAL "Release" )
+string( TOLOWER ${CMAKE_BUILD_TYPE} BUILD_TYPE_LOWERCASE )
+if ( NOT BUILD_TYPE_LOWERCASE STREQUAL "release" )
# And NDK_VERSION has been set.
if ( DEFINED NDK_VERSION )
# And the version is less than r21.