Browse Source

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>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
565c321cd0
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      tests/fate/libavutil.mak

+ 6
- 0
tests/fate/libavutil.mak View File

@@ -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


Loading…
Cancel
Save