summaryrefslogtreecommitdiff
path: root/tests/dnn/Makefile
diff options
context:
space:
mode:
authorGuo, Yejun <yejun.guo@intel.com>2020-03-21 10:58:11 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-04-07 11:04:40 +0800
commitbbc64799dce727aaa73522353eaf01b11ad79755 (patch)
tree2b257fba1ba70095e3c401e618a352146bce142d /tests/dnn/Makefile
parentffa1561608f513b3a5d3d1568f75126f21bce663 (diff)
dnn-layer-mathbinary-test: add unit test for subtraction
Signed-off-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 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)