Commit e53c9065 authored by James Almer's avatar James Almer

avutil/tests: remove float_dsp test

It's been ported to checkasm.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 5b10f484
...@@ -202,7 +202,6 @@ TESTPROGS = adler32 \ ...@@ -202,7 +202,6 @@ TESTPROGS = adler32 \
eval \ eval \
file \ file \
fifo \ fifo \
float_dsp \
hash \ hash \
hmac \ hmac \
imgutils \ imgutils \
......
...@@ -20,7 +20,6 @@ ...@@ -20,7 +20,6 @@
/eval /eval
/fifo /fifo
/file /file
/float_dsp
/hash /hash
/hmac /hmac
/imgutils /imgutils
......
This diff is collapsed.
...@@ -83,12 +83,6 @@ FATE_LIBAVUTIL += fate-fifo ...@@ -83,12 +83,6 @@ FATE_LIBAVUTIL += fate-fifo
fate-fifo: libavutil/tests/fifo$(EXESUF) fate-fifo: libavutil/tests/fifo$(EXESUF)
fate-fifo: CMD = run libavutil/tests/fifo fate-fifo: CMD = run libavutil/tests/fifo
FATE_LIBAVUTIL += fate-float-dsp
fate-float-dsp: libavutil/tests/float_dsp$(EXESUF)
fate-float-dsp: CMD = run libavutil/tests/float_dsp $(CPUFLAGS:%=-c%)
fate-float-dsp: CMP = null
fate-float-dsp: REF = /dev/null
FATE_LIBAVUTIL += fate-hash FATE_LIBAVUTIL += fate-hash
fate-hash: libavutil/tests/hash$(EXESUF) fate-hash: libavutil/tests/hash$(EXESUF)
fate-hash: CMD = run libavutil/tests/hash fate-hash: CMD = run libavutil/tests/hash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment