aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/gatordmock/tests/GatordMockTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/profiling/gatordmock/tests/GatordMockTests.cpp')
-rw-r--r--tests/profiling/gatordmock/tests/GatordMockTests.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/profiling/gatordmock/tests/GatordMockTests.cpp b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
index 98ca8ffe90..0170962261 100644
--- a/tests/profiling/gatordmock/tests/GatordMockTests.cpp
+++ b/tests/profiling/gatordmock/tests/GatordMockTests.cpp
@@ -377,6 +377,11 @@ BOOST_AUTO_TEST_CASE(GatorDMockEndToEnd)
BOOST_AUTO_TEST_CASE(GatorDMockTimeLineActivation)
{
+ // This test requires the CpuRef backend to be enabled
+ if(!BackendRegistryInstance().IsBackendRegistered("CpuRef"))
+ {
+ return;
+ }
armnn::MockBackendInitialiser initialiser;
// Setup the mock service to bind to the UDS.
std::string udsNamespace = "gatord_namespace";