summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-13 18:17:20 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-15 01:43:30 +0200
commit565c321cd0d15f4d4ba5d76d98cc37a64ebee668 (patch)
tree60804e577e819d7b6aea01121e9db9065684f7e7 /tests
parent7efe83996c02341aed6a28f43396a478979ce1bf (diff)
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@gmx.at>
Diffstat (limited to 'tests')
-rw-r--r--tests/fate/libavutil.mak6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/fate/libavutil.mak b/tests/fate/libavutil.mak
index 4ff38cfef2..526ec16faf 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