aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Flynn <jim.flynn@arm.com>2022-03-23 23:01:26 +0000
committerJim Flynn <jim.flynn@arm.com>2022-03-23 23:43:35 +0000
commit3e9bc19ad523361e6b18057849e30c0c48183915 (patch)
treeb7b012a9734ce39d054fc5d92302780fd838e5c8 /tests
parent277618302d0f131eac0b6ac2015dd3eb09aa6ff9 (diff)
downloadarmnn-3e9bc19ad523361e6b18057849e30c0c48183915.tar.gz
IVGCVSW-6706 Create the libpipeClient library
Change-Id: I2368aade38ad3808fab55d8a86cd659d4e95d91e Signed-off-by: Jim Flynn <jim.flynn@arm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 41f4d743a1..abe69a4f26 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -5,11 +5,12 @@
#include <ArmNNProfilingServiceInitialiser.hpp>
#include <GatordMockService.hpp>
-#include <ProfilingService.hpp>
-#include <TimelinePacketWriterFactory.hpp>
#include <Runtime.hpp>
#include <armnnTestUtils/MockBackend.hpp>
+#include <client/src/ProfilingService.hpp>
+#include <client/src/TimelinePacketWriterFactory.hpp>
+
#include <armnn/profiling/ArmNNProfiling.hpp>
#include <common/include/LabelsAndEventClasses.hpp>