From ceae3aa1b619161d49fd2847d3c73d6a858b2b8c Mon Sep 17 00:00:00 2001 From: Aron Virginas-Tar Date: Thu, 18 Oct 2018 10:39:38 +0100 Subject: IVGCVSW-2005: Pull in backend specific unit tests into Android.mk similarly as backend sources Change-Id: Icafc644b64c591f4dc0e1560d02b806bf053a2da --- src/backends/common.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/backends/common.mk') diff --git a/src/backends/common.mk b/src/backends/common.mk index 2b649adcf5..b1583b987e 100644 --- a/src/backends/common.mk +++ b/src/backends/common.mk @@ -17,3 +17,12 @@ COMMON_SOURCES := \ StringMapping.cpp \ WorkloadData.cpp \ WorkloadFactory.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/WorkloadDataValidation.cpp \ + test/TensorCopyUtils.cpp \ + test/LayerTests.cpp -- cgit v1.2.1