aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dnn/Makefile
diff options
context:
space:
mode:
authorTing Fu <ting.fu@intel.com>2020-08-10 00:33:14 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-08-10 16:37:43 +0800
commitde5cb6c060236c4667eac1006dfd1e54f06bde9f (patch)
tree421f04c632e2c97e2d30c8c34165b24af7f21e00 /tests/dnn/Makefile
parent91efc41a69f223bd1ed92b8916ad9e9de63e9d9e (diff)
downloadffmpeg-de5cb6c060236c4667eac1006dfd1e54f06bde9f.tar.gz
FATE/dnn: add unit test for dnn avgpool layer
'make fate-dnn-layer-avgpool' to run the test Signed-off-by: Ting Fu <ting.fu@intel.com> Reviewed-by: Guo, Yejun <yejun.guo@intel.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 64591b7851..8afdfab5d3 100644
--- a/tests/dnn/Makefile
+++ b/tests/dnn/Makefile
@@ -4,6 +4,7 @@ DNNTESTPROGS += dnn-layer-depth2space
DNNTESTPROGS += dnn-layer-mathbinary
DNNTESTPROGS += dnn-layer-maximum
DNNTESTPROGS += dnn-layer-mathunary
+DNNTESTPROGS += dnn-layer-avgpool
DNNTESTOBJS := $(DNNTESTOBJS:%=$(DNNTESTSDIR)%) $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test.o)
DNNTESTPROGS := $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test$(EXESUF))