blob: 72e3860ecbc62c4354ced871945cf001a1a24db1 [file] [log] [blame]
narpra01b9546cf2018-11-20 15:21:28 +00001//
Sadik Armagana097d2a2021-11-24 15:47:28 +00002// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
narpra01b9546cf2018-11-20 15:21:28 +00003// SPDX-License-Identifier: MIT
4//
Matteo Martincighf02e6cd2019-05-17 12:15:30 +01005
Sadik Armagana097d2a2021-11-24 15:47:28 +00006// This file is deprecated and will be removed soon.
7// Please use the new header in armnnTestUtils instead.
8// This will use the new armnnTestUtils header.
9#include "../../../armnnTestUtils/CommonTestUtils.hpp"
narpra01b9546cf2018-11-20 15:21:28 +000010
Sadik Armagana097d2a2021-11-24 15:47:28 +000011#pragma message("backendsCommon/test/CommonTestUtils.hpp has been deprecated, it is due for removal in 22.08 release." \
12 " Please use from armnnTestUtils library, /src/armnnTestUtils/CommonTestUtils.hpp)