From 50db26cbd83e7753c1581cc8c29b8e575da66ade Mon Sep 17 00:00:00 2001 From: saoste01 Date: Wed, 24 Oct 2018 12:33:42 +0100 Subject: IVGCVSW-2062: Add unit test for TRANSPOSE Change-Id: I12e462c9a0a3613f0158f73929c566f53d1b3c76 --- test/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'test/Android.mk') 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 \ -- cgit v1.2.1