IVGCVSW-1946: Remove armnn/src from the include paths
[platform/upstream/armnn.git] / src / backends / backendsCommon / test / BackendIdTests.cpp
similarity index 99%
rename from src/backends/test/BackendIdTests.cpp
rename to src/backends/backendsCommon/test/BackendIdTests.cpp
index 0ef0a20..e11c13e 100644 (file)
@@ -2,11 +2,12 @@
 // Copyright © 2017 Arm Ltd. All rights reserved.
 // SPDX-License-Identifier: MIT
 //
-#include <boost/test/unit_test.hpp>
 
 #include <armnn/BackendId.hpp>
 #include <armnn/Types.hpp>
 
+#include <boost/test/unit_test.hpp>
+
 using namespace armnn;
 
 BOOST_AUTO_TEST_SUITE(BackendIdTests)