From e33eb645664e3525086a01b27674febc99ecf5c3 Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Mon, 31 Jul 2017 14:48:45 +0100 Subject: COMPMID-415: Fix new validation Change-Id: I013d8665afc4e5674b1ff229c44669abd714f690 Reviewed-on: http://mpd-gerrit.cambridge.arm.com/82228 Tested-by: Kaizen Reviewed-by: Anthony Barbier --- tests/Utils.h | 2 +- tests/validation_new/half.h | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/Utils.h b/tests/Utils.h index 0a58d41e35..389c9806bb 100644 --- a/tests/Utils.h +++ b/tests/Utils.h @@ -31,7 +31,7 @@ #include "arm_compute/core/TensorShape.h" #include "arm_compute/core/Types.h" #include "support/ToolchainSupport.h" -#include "tests/validation/half.h" +#include "tests/validation_new/half.h" #include #include diff --git a/tests/validation_new/half.h b/tests/validation_new/half.h index 6ac6716372..0ca620cf57 100644 --- a/tests/validation_new/half.h +++ b/tests/validation_new/half.h @@ -33,5 +33,6 @@ #define HALF_ROUND_STYLE 1 #define HALF_ROUND_TIES_TO_EVEN 1 -#include "half/tests/validation_new/half.h" +#include "half/half.hpp" + #endif /* __ARM_COMPUTE_TEST_HALF_H__ */ -- cgit v1.2.1