aboutsummaryrefslogtreecommitdiff
path: root/src/backends/aclCommon/common.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/backends/aclCommon/common.mk')
-rw-r--r--src/backends/aclCommon/common.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/backends/aclCommon/common.mk b/src/backends/aclCommon/common.mk
index 9854f6fcb5..67ba01b1e4 100644
--- a/src/backends/aclCommon/common.mk
+++ b/src/backends/aclCommon/common.mk
@@ -14,4 +14,11 @@ COMMON_SOURCES := \
memory/BlobMemoryPool.cpp \
memory/OffsetLifetimeManager.cpp \
memory/OffsetMemoryPool.cpp \
- memory/PoolManager.cpp \ No newline at end of file
+ memory/PoolManager.cpp
+
+# COMMON_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
+
+COMMON_TEST_SOURCES := \
+ test/MemCopyTests.cpp