mirror of https://github.com/FFmpeg/FFmpeg.git
parent
9e3a2736bd
commit
52afc97168
2 changed files with 6 additions and 0 deletions
@ -1,3 +1,7 @@ |
||||
FATE_TESTS += fate-golomb
|
||||
fate-golomb: libavcodec/golomb-test$(EXESUF) |
||||
fate-golomb: CMD = run libavcodec/golomb-test |
||||
|
||||
FATE_TESTS += fate-iirfilter
|
||||
fate-iirfilter: libavcodec/iirfilter-test$(EXESUF) |
||||
fate-iirfilter: CMD = run libavcodec/iirfilter-test |
||||
|
@ -0,0 +1,2 @@ |
||||
testing unsigned exp golomb |
||||
testing signed exp golomb |
Loading…
Reference in new issue