aboutsummaryrefslogtreecommitdiff
path: root/src/backends/reference/backend.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-10-18 10:39:38 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-22 16:57:54 +0100
commitceae3aa1b619161d49fd2847d3c73d6a858b2b8c (patch)
tree164297100c2cfe6d3e773bd9cb68ed06b6f842f9 /src/backends/reference/backend.mk
parentb66504b654a85c81557c5d003fb5f0d6808f1482 (diff)
downloadarmnn-ceae3aa1b619161d49fd2847d3c73d6a858b2b8c.tar.gz
IVGCVSW-2005: Pull in backend specific unit tests into Android.mk similarly as backend sources
Change-Id: Icafc644b64c591f4dc0e1560d02b806bf053a2da
Diffstat (limited to 'src/backends/reference/backend.mk')
-rw-r--r--src/backends/reference/backend.mk9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/backends/reference/backend.mk b/src/backends/reference/backend.mk
index 4403ea2d24..9ecb6d75b2 100644
--- a/src/backends/reference/backend.mk
+++ b/src/backends/reference/backend.mk
@@ -58,3 +58,12 @@ BACKEND_SOURCES := \
workloads/RefSplitterUint8Workload.cpp \
workloads/ResizeBilinear.cpp \
workloads/Softmax.cpp
+
+# BACKEND_TEST_SOURCES contains the list of files to be included
+# in the Android unit test build (armnn-tests) and it is picked
+# up by the Android.mk file in the root of ArmNN
+
+BACKEND_TEST_SOURCES := \
+ test/RefCreateWorkloadTests.cpp \
+ test/RefLayerSupportTests.cpp \
+ test/RefLayerTests.cpp