aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-09-06 07:42:43 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-11-02 16:35:24 +0000
commitf4af76e796a57e453f3717cfdf40c8bcf132b62e (patch)
treed59908813c669bce871d2bc22fe08d97766be097 /tests
parent70f8291a9f2dce249e81c04fcf490c300bf0bc22 (diff)
downloadComputeLibrary-f4af76e796a57e453f3717cfdf40c8bcf132b62e.tar.gz
COMPMID-417: Fix clang tidy after renaming
Change-Id: I3e327bcbb4719c493c45397243354289c3223945 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/86677 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/validation_old/AssetsLibrary.cpp5
-rw-r--r--tests/validation_old/FixedPoint.h2
-rw-r--r--tests/validation_old/ProgramOptions.cpp5
-rw-r--r--tests/validation_old/Reference.h4
4 files changed, 7 insertions, 9 deletions
diff --git a/tests/validation_old/AssetsLibrary.cpp b/tests/validation_old/AssetsLibrary.cpp
index d7c881d9a8..fa8569e458 100644
--- a/tests/validation_old/AssetsLibrary.cpp
+++ b/tests/validation_old/AssetsLibrary.cpp
@@ -23,10 +23,9 @@
*/
#include "tests/AssetsLibrary.h"
-#include "TypePrinter.h"
-#include "Utils.h"
-
#include "arm_compute/core/ITensor.h"
+#include "tests/TypePrinter.h"
+#include "tests/Utils.h"
#include <cctype>
#include <fstream>
diff --git a/tests/validation_old/FixedPoint.h b/tests/validation_old/FixedPoint.h
index 12ffcdfc3d..8e1f5a405e 100644
--- a/tests/validation_old/FixedPoint.h
+++ b/tests/validation_old/FixedPoint.h
@@ -24,8 +24,8 @@
#ifndef __ARM_COMPUTE_TEST_VALIDATION_FIXEDPOINT_H__
#define __ARM_COMPUTE_TEST_VALIDATION_FIXEDPOINT_H__
-#include "Utils.h"
#include "support/ToolchainSupport.h"
+#include "tests/Utils.h"
#include <cassert>
#include <cstdint>
diff --git a/tests/validation_old/ProgramOptions.cpp b/tests/validation_old/ProgramOptions.cpp
index b5a7bb14ad..08375b344c 100644
--- a/tests/validation_old/ProgramOptions.cpp
+++ b/tests/validation_old/ProgramOptions.cpp
@@ -23,10 +23,9 @@
*/
#include "ProgramOptions.h"
-#include "TypePrinter.h"
-#include "TypeReader.h"
-
#include "arm_compute/core/Types.h"
+#include "tests/TypePrinter.h"
+#include "tests/TypeReader.h"
#include <random>
#include <sstream>
diff --git a/tests/validation_old/Reference.h b/tests/validation_old/Reference.h
index 41e6362bb9..bc481f887d 100644
--- a/tests/validation_old/Reference.h
+++ b/tests/validation_old/Reference.h
@@ -24,9 +24,9 @@
#ifndef __ARM_COMPUTE_TEST_REFERENCE_REFERENCE_H__
#define __ARM_COMPUTE_TEST_REFERENCE_REFERENCE_H__
-#include "RawTensor.h"
-#include "Types.h"
#include "arm_compute/runtime/Array.h"
+#include "tests/RawTensor.h"
+#include "tests/Types.h"
#include <map>
#include <vector>