summaryrefslogtreecommitdiff
path: root/tests/dnn/Makefile
diff options
context:
space:
mode:
authorTing Fu <ting.fu@intel.com>2020-05-25 22:46:27 +0800
committerGuo, Yejun <yejun.guo@intel.com>2020-05-28 11:04:21 +0800
commitc51b46e5dd8aa82c54d20df7cfe1371b354a9e23 (patch)
treeeb609a108020da9e7902ca13b3514394cda87864 /tests/dnn/Makefile
parentf73cc61bf5aa383048979f4de2023877c522f6be (diff)
dnn-layer-mathunary-test: add unit test for abs
Signed-off-by: Ting Fu <ting.fu@intel.com> 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 1f96710821..64591b7851 100644
--- a/tests/dnn/Makefile
+++ b/tests/dnn/Makefile
@@ -3,6 +3,7 @@ DNNTESTPROGS += dnn-layer-conv2d
DNNTESTPROGS += dnn-layer-depth2space
DNNTESTPROGS += dnn-layer-mathbinary
DNNTESTPROGS += dnn-layer-maximum
+DNNTESTPROGS += dnn-layer-mathunary
DNNTESTOBJS := $(DNNTESTOBJS:%=$(DNNTESTSDIR)%) $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test.o)
DNNTESTPROGS := $(DNNTESTPROGS:%=$(DNNTESTSDIR)/%-test$(EXESUF))