aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/test/RuntimeTests.hpp
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/armnn/test/RuntimeTests.hpp
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/armnn/test/RuntimeTests.hpp')
-rw-r--r--src/armnn/test/RuntimeTests.hpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/armnn/test/RuntimeTests.hpp b/src/armnn/test/RuntimeTests.hpp
new file mode 100644
index 0000000000..ba2a37baea
--- /dev/null
+++ b/src/armnn/test/RuntimeTests.hpp
@@ -0,0 +1,14 @@
+//
+// Copyright © 2017 Arm Ltd. All rights reserved.
+// SPDX-License-Identifier: MIT
+//
+#pragma once
+
+#include <armnn/Runtime.hpp>
+
+namespace armnn
+{
+
+void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime);
+
+} // namespace armnn