summaryrefslogtreecommitdiff
path: root/tests/dnn/Makefile
diff options
context:
space:
mode:
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))