aboutsummaryrefslogtreecommitdiff
path: root/test/Android.mk
diff options
context:
space:
mode:
authorsaoste01 <saoirse.stewart@arm.com>2018-10-24 12:33:42 +0100
committerMatthew Bentham <matthew.bentham@arm.com>2018-10-25 14:10:27 +0100
commit50db26cbd83e7753c1581cc8c29b8e575da66ade (patch)
tree27e1a55edadc0a50e250cf97da9329282551b79a /test/Android.mk
parentae622b7553d3d3f49447160655f2feb7aa3b0e17 (diff)
downloadandroid-nn-driver-50db26cbd83e7753c1581cc8c29b8e575da66ade.tar.gz
IVGCVSW-2062: Add unit test for TRANSPOSE
Change-Id: I12e462c9a0a3613f0158f73929c566f53d1b3c76
Diffstat (limited to 'test/Android.mk')
-rw-r--r--test/Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Android.mk b/test/Android.mk
index 0e9824fd..3a58618b 100644
--- a/test/Android.mk
+++ b/test/Android.mk
@@ -121,6 +121,7 @@ LOCAL_CFLAGS := \
LOCAL_SRC_FILES := \
1.0/Convolution2D.cpp \
1.1/Convolution2D.cpp \
+ 1.1/Transpose.cpp \
Tests.cpp \
UtilsTests.cpp \
Concurrent.cpp \