aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dnn/Makefile
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2019-09-05 14:00:39 +0800
committerPedro Arthur <bygrandao@gmail.com>2019-09-19 11:21:38 -0300
commit24f507301b4774bb1b082c594d1ce8885b5cabd8 (patch)
treeb015da47f4bcb84b099e76ccf15da0831740666b /tests/dnn/Makefile
parent5f058dd693c4bebcd6a293da4630441f3540902f (diff)
downloadffmpeg-24f507301b4774bb1b082c594d1ce8885b5cabd8.tar.gz
FATE/dnn: add unit test for dnn conv2d layer
'make fate-dnn-layer-conv2d' to run the test Signed-off-by: Guo, Yejun <yejun.guo@intel.com> Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
Diffstat (limited to 'tests/dnn/Makefile')
-rw-r--r--tests/dnn/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dnn/Makefile b/tests/dnn/Makefile
index fabed7510f..3adefe89cd 100644
--- a/tests/dnn/Makefile
+++ b/tests/dnn/Makefile
@@ -1,4 +1,5 @@
DNNTESTPROGS += dnn-layer-pad
+DNNTESTPROGS += dnn-layer-conv2d
DNNTESTOBJS := $(DNNTESTOBJS:%=$(DNNTESTSDIR)%) $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test.o)
DNNTESTPROGS := $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test$(EXESUF))