aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/armnn/ExecutionFrame.hpp4
-rw-r--r--src/backends/reference/backend.mk4
2 files changed, 5 insertions, 3 deletions
diff --git a/src/armnn/ExecutionFrame.hpp b/src/armnn/ExecutionFrame.hpp
index 3661fc7d46..97f6f3fb56 100644
--- a/src/armnn/ExecutionFrame.hpp
+++ b/src/armnn/ExecutionFrame.hpp
@@ -17,7 +17,7 @@ class IExecutionFrame
{
public:
- ~IExecutionFrame() {}
+ virtual ~IExecutionFrame() {}
virtual IExecutionFrame* ExecuteWorkloads(IExecutionFrame* previousFrame) = 0;
virtual void PostAllocationConfigure() {};
@@ -39,4 +39,4 @@ private:
IExecutionFrame* m_NextExecutionFrame = nullptr;
};
-} \ No newline at end of file
+}
diff --git a/src/backends/reference/backend.mk b/src/backends/reference/backend.mk
index 412dc9438c..1987bd59fa 100644
--- a/src/backends/reference/backend.mk
+++ b/src/backends/reference/backend.mk
@@ -115,6 +115,7 @@ ifeq ($(ARMNN_REF_ENABLED),1)
# Include the source files for the CL backend tests
BACKEND_TEST_SOURCES := \
+ test/ArgMinMaxTests.cpp \
test/RefCreateWorkloadTests.cpp \
test/RefDetectionPostProcessTests.cpp \
test/RefEndToEndTests.cpp \
@@ -123,7 +124,8 @@ BACKEND_TEST_SOURCES := \
test/RefLayerTests.cpp \
test/RefMemoryManagerTests.cpp \
test/RefOptimizedNetworkTests.cpp \
- test/RefRuntimeTests.cpp
+ test/RefRuntimeTests.cpp \
+ test/RefTensorHandleTests.cpp
else
# ARMNN_REF_ENABLED == 0