mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
fate: add golomb-test
This commit is contained in:
parent
9e3a2736bd
commit
52afc97168
@ -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
|
||||
|
2
tests/ref/fate/golomb
Normal file
2
tests/ref/fate/golomb
Normal file
@ -0,0 +1,2 @@
|
||||
testing unsigned exp golomb
|
||||
testing signed exp golomb
|
Loading…
Reference in New Issue
Block a user