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 e1bfe3fc91..1f96710821 100644
--- a/tests/dnn/Makefile
+++ b/tests/dnn/Makefile
@@ -1,6 +1,7 @@
DNNTESTPROGS += dnn-layer-pad
DNNTESTPROGS += dnn-layer-conv2d
DNNTESTPROGS += dnn-layer-depth2space
+DNNTESTPROGS += dnn-layer-mathbinary
DNNTESTPROGS += dnn-layer-maximum
DNNTESTOBJS := $(DNNTESTOBJS:%=$(DNNTESTSDIR)%) $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test.o)