From c26ba759fe67bd14829a84b5abac80f51ca61946 Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Mon, 22 Oct 2018 13:32:01 +0100 Subject: IVGCVSW-2060: Separate and move backend specific unit tests from the src/armnn/test folder to the backends * Moved backend-specific memory leak checking tests from RuntimeTests.cpp to the corresponding backend test folder Change-Id: I0a7f4ef52c5350c3cebca23b2b4e61a9446ca11f --- src/backends/neon/test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/neon/test/CMakeLists.txt') diff --git a/src/backends/neon/test/CMakeLists.txt b/src/backends/neon/test/CMakeLists.txt index 384a5e1749..e6a28590b5 100644 --- a/src/backends/neon/test/CMakeLists.txt +++ b/src/backends/neon/test/CMakeLists.txt @@ -8,6 +8,7 @@ list(APPEND armnnNeonBackendUnitTests_sources NeonLayerSupportTests.cpp NeonLayerTests.cpp NeonMemCopyTests.cpp + NeonRuntimeTests.cpp NeonTimerTest.cpp ) -- cgit v1.2.1