aboutsummaryrefslogtreecommitdiff
path: root/src/backends/cl/backend.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-10-22 13:32:01 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commitc26ba759fe67bd14829a84b5abac80f51ca61946 (patch)
tree0f5696428a899d7734b4264cec6395a8b1fce126 /src/backends/cl/backend.mk
parent5610661023a4170e677027570db18a379842dac3 (diff)
downloadarmnn-c26ba759fe67bd14829a84b5abac80f51ca61946.tar.gz
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
Diffstat (limited to 'src/backends/cl/backend.mk')
-rw-r--r--src/backends/cl/backend.mk1
1 files changed, 1 insertions, 0 deletions
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