aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/tests/GatordMockTests.cpp
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:26:21 +0100
committerMatteo Martincigh <matteo.martincigh@arm.com>2019-10-17 13:34:28 +0100
commit6598427f7dc68f2c9ef6d683e80ec4627df52d58 (patch)
tree8fc60f90d77f45394454f2ab568394a04cac5cff /tests/profiling/gatordmock/tests/GatordMockTests.cpp
parent7e5eec7d06c1f753b13af653eacd476c0b68efcc (diff)
downloadarmnn-6598427f7dc68f2c9ef6d683e80ec4627df52d58.tar.gz
IVGCVSW-3400 Fixed include directives for Gatord builds
* Using proper include directives with include paths * The relative paths used were causing trouble when building on other CI systems Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com> Change-Id: I897a80d1f56fbdbc3c714a50a0598210d8f0a03c
Diffstat (limited to 'tests/profiling/gatordmock/tests/GatordMockTests.cpp')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 66778cd087..a6297e94b8 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -3,14 +3,14 @@
// SPDX-License-Identifier: MIT
//
+#include "../GatordMockService.hpp"
#include "../MockUtils.hpp"
#include "../PeriodicCounterCaptureCommandHandler.hpp"
-#include "../../src/profiling/CommandHandlerRegistry.hpp"
-#include "../GatordMockService.hpp"
+#include <CommandHandlerRegistry.hpp>
+#include <ProfilingService.hpp>
-#include "../../src/profiling/ProfilingService.hpp"
-#include "../../src/profiling/test/SendCounterPacketTests.hpp"
+#include <test/SendCounterPacketTests.hpp>
#include <boost/cast.hpp>
#include <boost/test/test_tools.hpp>