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/armnn/test/RuntimeTests.hpp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 src/armnn/test/RuntimeTests.hpp (limited to 'src/armnn/test/RuntimeTests.hpp') 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 + +namespace armnn +{ + +void RuntimeLoadedNetworksReserve(armnn::Runtime* runtime); + +} // namespace armnn -- cgit v1.2.1