diff options
author | James Almer <jamrial@gmail.com> | 2017-07-05 16:34:00 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2017-07-13 17:00:19 -0300 |
commit | 823cc7e25f9790005574166ee7c5388527b5bb4a (patch) | |
tree | 2a834f7745377c10a5e295dea81c4bb29c46e8cc /tests/fate/checkasm.mak | |
parent | 035c755b4ef3b25daadc9e5a81a845dde6b3930c (diff) | |
download | ffmpeg-823cc7e25f9790005574166ee7c5388527b5bb4a.tar.gz |
checkasm: add a g722dsp test
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'tests/fate/checkasm.mak')
-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 5f1d2b4de8..824ae2f32d 100644 --- a/tests/fate/checkasm.mak +++ b/tests/fate/checkasm.mak @@ -7,6 +7,7 @@ FATE_CHECKASM = fate-checkasm-aacpsdsp \ fate-checkasm-flacdsp \ fate-checkasm-float_dsp \ fate-checkasm-fmtconvert \ + fate-checkasm-g722dsp \ fate-checkasm-h264dsp \ fate-checkasm-h264pred \ fate-checkasm-h264qpel \ |