aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorColm Donelan <Colm.Donelan@arm.com>2020-02-20 14:31:49 +0000
committerColm Donelan <colm.donelan@arm.com>2020-02-24 08:45:11 +0000
commitcf34f510b891b87b4c7be5edb30272b36cab7b51 (patch)
tree90d234edff9f8e7f8f10991e2757917a6a22af10 /src
parentb1ec67f5e52dbd0ffe64e60cf90eb27c3051d17a (diff)
downloadarmnn-cf34f510b891b87b4c7be5edb30272b36cab7b51.tar.gz
IVGCVSW-4368 Update Android.mk and backend.mk files with latest unit tests
* Sync up the Android build files with the CMakeLists.txt Signed-off-by: Colm Donelan <Colm.Donelan@arm.com> Change-Id: I1675b0937fed7c74833e46af6d077ced57cf5bed
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