aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/common.mk
diff options
context:
space:
mode:
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-22 15:04:42 +0000
committerAron Virginas-Tar <Aron.Virginas-Tar@arm.com>2018-11-22 15:06:13 +0000
commit69362cc41897240ff2b81742cac36cb8caf43d85 (patch)
tree0a0552c4c74e856ef569180976333f455b4f5296 /src/backends/backendsCommon/common.mk
parent5fdfe823b993c2f3089fe621aed028c7be3c0fcc (diff)
downloadarmnn-69362cc41897240ff2b81742cac36cb8caf43d85.tar.gz
Refactor JSON printer test implementation
Change-Id: Icc1de9b69d7bb74b6bf5a6a6f315cf07fe2c5223
Diffstat (limited to 'src/backends/backendsCommon/common.mk')
-rw-r--r--src/backends/backendsCommon/common.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/backends/backendsCommon/common.mk b/src/backends/backendsCommon/common.mk
index c99dd392f4..58de080794 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/WorkloadDataValidation.cpp \
+ test/JsonPrinterTestImpl.cpp \
+ test/LayerTests.cpp \
test/TensorCopyUtils.cpp \
- test/LayerTests.cpp
+ test/WorkloadDataValidation.cpp