aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/common.mk
diff options
context:
space:
mode:
authorMatteo Martincigh <matteo.martincigh@arm.com>2019-05-17 12:15:30 +0100
committerDerek Lamberti <derek.lamberti@arm.com>2019-05-20 15:34:20 +0000
commitf02e6cd728a0bceea221120ec039a4b66436d51d (patch)
tree962189ebf8b48c0bb74518aba0f5dbaefa58861a /src/backends/backendsCommon/common.mk
parent4ed6c83a82948314abffdaa17e96c39ac82f89e4 (diff)
downloadarmnn-f02e6cd728a0bceea221120ec039a4b66436d51d.tar.gz
IVGCVSW-3030 Add unit testing for the Optimization API
* Added OptimizeSubgraphViewTests file covering a number of use cases for the Optimization API * Fixed a bug in the sub-graph selector algorithm that skipped the first layer in a sub-graph if it wasn't an input layer * Changed the graph splitting logic to make use of maps instead of unordered_maps to keep the split sub-graphs in consistent order between executions * Added more common unit test utils * Minor fixes to comply to the include file conventions Change-Id: Iad464eaedd004109e5ef41aa487cea3ad86177d3 Signed-off-by: Matteo Martincigh <matteo.martincigh@arm.com>
Diffstat (limited to 'src/backends/backendsCommon/common.mk')
-rw-r--r--src/backends/backendsCommon/common.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backends/backendsCommon/common.mk b/src/backends/backendsCommon/common.mk
index c993bfb674..90d3d16ebb 100644
--- a/src/backends/backendsCommon/common.mk
+++ b/src/backends/backendsCommon/common.mk
@@ -23,6 +23,7 @@ COMMON_SOURCES := \
# up by the Android.mk file in the root of ArmNN
COMMON_TEST_SOURCES := \
+ test/CommonTestUtils.cpp \
test/JsonPrinterTestImpl.cpp \
test/LayerTests.cpp \
test/TensorCopyUtils.cpp \