diff options
author | James Almer <jamrial@gmail.com> | 2024-06-15 21:01:36 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2024-06-15 21:02:06 -0300 |
commit | fa325379c9d007a51e5fb870a89ec6303bd771f5 (patch) | |
tree | 8954fa8c82c0b911d89e7f5f746769541557fd26 | |
parent | 8a4c9d6bd31f56f588f74f3f06fc78769392fbdd (diff) | |
download | ffmpeg-fa325379c9d007a51e5fb870a89ec6303bd771f5.tar.gz |
fate/checkasm: run the sw_range_convert test
Signed-off-by: James Almer <jamrial@gmail.com>
-rw-r--r-- | tests/fate/checkasm.mak | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate/checkasm.mak b/tests/fate/checkasm.mak index 9490aef154..0ed2ea5be6 100644 --- a/tests/fate/checkasm.mak +++ b/tests/fate/checkasm.mak @@ -41,6 +41,7 @@ FATE_CHECKASM = fate-checkasm-aacencdsp \ fate-checkasm-svq1enc \ fate-checkasm-synth_filter \ fate-checkasm-sw_gbrp \ + fate-checkasm-sw_range_convert \ fate-checkasm-sw_rgb \ fate-checkasm-sw_scale \ fate-checkasm-takdsp \ |