summaryrefslogtreecommitdiff
path: root/tests/fate
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/fate
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/fate')
-rw-r--r--tests/fate/dnn.mak5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/fate/dnn.mak b/tests/fate/dnn.mak
index 5a8e6296a6..4a50b16382 100644
--- a/tests/fate/dnn.mak
+++ b/tests/fate/dnn.mak
@@ -23,6 +23,11 @@ fate-dnn-layer-maximum: $(DNNTESTSDIR)/dnn-layer-maximum-test$(EXESUF)
fate-dnn-layer-maximum: CMD = run $(DNNTESTSDIR)/dnn-layer-maximum-test$(EXESUF)
fate-dnn-layer-maximum: CMP = null
+FATE_DNN += fate-dnn-layer-mathunary
+fate-dnn-layer-mathunary: $(DNNTESTSDIR)/dnn-layer-mathunary-test$(EXESUF)
+fate-dnn-layer-mathunary: CMD = run $(DNNTESTSDIR)/dnn-layer-mathunary-test$(EXESUF)
+fate-dnn-layer-mathunary: CMP = null
+
FATE-yes += $(FATE_DNN)
fate-dnn: $(FATE_DNN)