aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/common.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2019-08-28 18:08:46 +0100
committermike.kelly <mike.kelly@arm.com>2019-08-30 10:58:54 +0000
commit00d306e4db5153a4f4d280de4d4cf3e03788fefb (patch)
tree329c15f71c662e199a24dc0812bf95cb389ddbd8 /src/backends/backendsCommon/common.mk
parent08b518687d2bf2683a2c5f571d3e76d71d67d048 (diff)
downloadarmnn-00d306e4db5153a4f4d280de4d4cf3e03788fefb.tar.gz
IVGCVSW-3381 Break up LayerTests.hpp into more manageable files
Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com> Change-Id: Icf39434f09fd340ad664cb3b97b8bee6d9da4838
Diffstat (limited to 'src/backends/backendsCommon/common.mk')
-rw-r--r--src/backends/backendsCommon/common.mk27
1 files changed, 26 insertions, 1 deletions
diff --git a/src/backends/backendsCommon/common.mk b/src/backends/backendsCommon/common.mk
index b99f18af1f..88eae35730 100644
--- a/src/backends/backendsCommon/common.mk
+++ b/src/backends/backendsCommon/common.mk
@@ -32,15 +32,40 @@ COMMON_SOURCES := \
COMMON_TEST_SOURCES := \
test/CommonTestUtils.cpp \
test/JsonPrinterTestImpl.cpp \
- test/LayerTests.cpp \
test/TensorCopyUtils.cpp \
+ test/layerTests/ActivationTestImpl.cpp \
test/layerTests/AdditionTestImpl.cpp \
+ test/layerTests/BatchNormalizationTestImpl.cpp \
+ test/layerTests/ConcatTestImpl.cpp \
+ test/layerTests/ConstantTestImpl.cpp \
+ test/layerTests/Conv2dTestImpl.cpp \
+ test/layerTests/ConvertFp16ToFp32TestImpl.cpp \
+ test/layerTests/ConvertFp32ToFp16TestImpl.cpp \
+ test/layerTests/DebugTestImpl.cpp \
+ test/layerTests/DequantizeTestImpl.cpp \
test/layerTests/DivisionTestImpl.cpp \
test/layerTests/EqualTestImpl.cpp \
+ test/layerTests/FakeQuantizationTestImpl.cpp \
+ test/layerTests/FloorTestImpl.cpp \
+ test/layerTests/FullyConnectedTestImpl.cpp \
+ test/layerTests/GatherTestImpl.cpp \
test/layerTests/GreaterTestImpl.cpp \
+ test/layerTests/L2NormalizationTestImpl.cpp \
+ test/layerTests/LstmTestImpl.cpp \
test/layerTests/MaximumTestImpl.cpp \
test/layerTests/MinimumTestImpl.cpp \
test/layerTests/MultiplicationTestImpl.cpp \
+ test/layerTests/NormalizationTestImpl.cpp \
+ test/layerTests/PadTestImpl.cpp \
+ test/layerTests/Pooling2dTestImpl.cpp \
+ test/layerTests/ReshapeTestImpl.cpp \
+ test/layerTests/RsqrtTestImpl.cpp \
+ test/layerTests/QuantizeTestImpl.cpp \
+ test/layerTests/SoftmaxTestImpl.cpp \
+ test/layerTests/SpaceToBatchNdTestImpl.cpp \
+ test/layerTests/SpaceToDepthTestImpl.cpp \
+ test/layerTests/SplitterTestImpl.cpp \
+ test/layerTests/StridedSliceTestImpl.cpp \
test/layerTests/SubtractionTestImpl.cpp
ifeq ($(ARMNN_REF_ENABLED),1)