Commit 565c321c authored by Michael Niedermayer's avatar Michael Niedermayer

tests/fate/libavutil: run cpu test and display the cpus detected feature set

With this the fate clients runtime cpu feature set should be visible
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7efe8399
......@@ -29,6 +29,12 @@ FATE_LIBAVUTIL += fate-bprint
fate-bprint: libavutil/bprint-test$(EXESUF)
fate-bprint: CMD = run libavutil/bprint-test
FATE_LIBAVUTIL += fate-cpu
fate-cpu: libavutil/cpu-test$(EXESUF)
fate-cpu: CMD = runecho libavutil/cpu-test
fate-cpu: REF = /dev/null
fate-cpu: CMP = null
FATE_LIBAVUTIL += fate-crc
fate-crc: libavutil/crc-test$(EXESUF)
fate-crc: CMD = run libavutil/crc-test
......
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