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/cl/backend.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/backends/cl/backend.mk') diff --git a/src/backends/cl/backend.mk b/src/backends/cl/backend.mk index c549c01c28..1f89f3b0a4 100644 --- a/src/backends/cl/backend.mk +++ b/src/backends/cl/backend.mk @@ -47,5 +47,6 @@ BACKEND_TEST_SOURCES := \ test/ClLayerSupportTests.cpp \ test/ClLayerTests.cpp \ test/ClMemCopyTests.cpp \ + test/ClRuntimeTests.cpp \ test/Fp16SupportTest.cpp \ test/OpenClTimerTest.cpp -- cgit v1.2.1