aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/common.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-28 16:06:50 +0000
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-10-29 09:52:55 +0000
commitb3670b106bfef93aa2ab800785ff1e982e5bbdb3 (patch)
tree18438d14e5885d419bf48f62abfd17d6f13ff366 /src/backends/backendsCommon/common.mk
parent102cdbd76edcd033a2f1c35f4d6853f881bcc1b4 (diff)
downloadarmnn-b3670b106bfef93aa2ab800785ff1e982e5bbdb3.tar.gz
Refactor Resize layer tests
* Move implementations to newly created source file ResizeTestImpl.cpp, leave only the declarations in the header * Reduce code duplication by extracting common code into a generic implementation template Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Ib8aa395e5fb4470b26cbe943c177f6b64c860a93
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 5024f1efbb..de0da68149 100644
--- a/src/backends/backendsCommon/common.mk
+++ b/src/backends/backendsCommon/common.mk
@@ -67,6 +67,7 @@ COMMON_TEST_SOURCES := \
test/layerTests/PadTestImpl.cpp \
test/layerTests/Pooling2dTestImpl.cpp \
test/layerTests/ReshapeTestImpl.cpp \
+ test/layerTests/ResizeTestImpl.cpp \
test/layerTests/RsqrtTestImpl.cpp \
test/layerTests/SliceTestImpl.cpp \
test/layerTests/QuantizeTestImpl.cpp \