aboutsummaryrefslogtreecommitdiff
path: root/src/backends/neon/test/NeonRuntimeTests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/neon/test/NeonRuntimeTests.cpp')
-rw-r--r--src/backends/neon/test/NeonRuntimeTests.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/backends/neon/test/NeonRuntimeTests.cpp b/src/backends/neon/test/NeonRuntimeTests.cpp
index 129cd1afe3..2aaf422a68 100644
--- a/src/backends/neon/test/NeonRuntimeTests.cpp
+++ b/src/backends/neon/test/NeonRuntimeTests.cpp
@@ -8,6 +8,7 @@
#include <LeakChecking.hpp>
#include <backendsCommon/test/RuntimeTestImpl.hpp>
+#include <test/ProfilingTestUtils.hpp>
#include <boost/test/unit_test.hpp>
@@ -65,4 +66,9 @@ BOOST_AUTO_TEST_CASE(RuntimeMemoryLeaksCpuAcc)
}
#endif
+BOOST_AUTO_TEST_CASE(ProfilingPostOptimisationStructureCpuAcc)
+{
+ VerifyPostOptimisationStructureTestImpl(armnn::Compute::CpuAcc);
+}
+
BOOST_AUTO_TEST_SUITE_END() \ No newline at end of file