[FFmpeg-cvslog] tests/fate/libavutil: run cpu test and display the cpus detected feature set

Michael Niedermayer git at videolan.org
Thu May 15 01:50:08 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue May 13 18:17:20 2014 +0200| [565c321cd0d15f4d4ba5d76d98cc37a64ebee668] | committer: 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: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=565c321cd0d15f4d4ba5d76d98cc37a64ebee668
---

 tests/fate/libavutil.mak |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak
index 4ff38cf..526ec16 100644
--- a/tests/fate/libavutil.mak
+++ b/tests/fate/libavutil.mak
@@ -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



More information about the ffmpeg-cvslog mailing list