IVGCVSW-2060: Separate and move backend specific unit tests from the src/armnn/test...
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Mon, 22 Oct 2018 12:32:01 +0000 (13:32 +0100)
committerMatthew Bentham <matthew.bentham@arm.com>
Mon, 22 Oct 2018 15:57:54 +0000 (16:57 +0100)
commitc26ba759fe67bd14829a84b5abac80f51ca61946
tree0f5696428a899d7734b4264cec6395a8b1fce126
parent5610661023a4170e677027570db18a379842dac3
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
13 files changed:
CMakeLists.txt
src/armnn/test/RuntimeTests.cpp
src/armnn/test/RuntimeTests.hpp [new file with mode: 0644]
src/backends/cl/backend.mk
src/backends/cl/test/CMakeLists.txt
src/backends/cl/test/ClRuntimeTests.cpp [new file with mode: 0644]
src/backends/neon/backend.mk
src/backends/neon/test/CMakeLists.txt
src/backends/neon/test/NeonRuntimeTests.cpp [new file with mode: 0644]
src/backends/reference/backend.mk
src/backends/reference/test/CMakeLists.txt
src/backends/reference/test/RefRuntimeTests.cpp [new file with mode: 0644]
src/backends/test/RuntimeTestImpl.hpp [new file with mode: 0644]