diff options
author | Guo, Yejun <yejun.guo@intel.com> | 2019-07-29 09:56:40 +0800 |
---|---|---|
committer | Pedro Arthur <bygrandao@gmail.com> | 2019-07-29 12:34:19 -0300 |
commit | 3805aae47966b691f825abab6843f55676437a02 (patch) | |
tree | d1f578b2b1e0818b0ae9de048181fa78535df3ad /tests/fate | |
parent | df8db345523f03b2163febe97a4cf07446b28230 (diff) | |
download | ffmpeg-streaming-3805aae47966b691f825abab6843f55676437a02.zip ffmpeg-streaming-3805aae47966b691f825abab6843f55676437a02.tar.gz |
fate: add unit test for dnn-layer-pad
'make fate-dnn-layer-pad' to run the test
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
Signed-off-by: Pedro Arthur <bygrandao@gmail.com>
Diffstat (limited to 'tests/fate')
-rw-r--r-- | tests/fate/dnn.mak | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/fate/dnn.mak b/tests/fate/dnn.mak new file mode 100644 index 0000000..a077a4a --- /dev/null +++ b/tests/fate/dnn.mak @@ -0,0 +1,8 @@ +FATE_DNN += fate-dnn-layer-pad +fate-dnn-layer-pad: $(DNNTESTSDIR)/dnn-layer-pad-test$(EXESUF) +fate-dnn-layer-pad: CMD = run $(DNNTESTSDIR)/dnn-layer-pad-test$(EXESUF) +fate-dnn-layer-pad: CMP = null + +FATE-yes += $(FATE_DNN) + +fate-dnn: $(FATE_DNN) |