mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 19:58:59 +00:00
27e7144350
This tests the IDCT implementations available in the build. Signed-off-by: Mans Rullgard <mans@mansr.com>
6 lines
172 B
Makefile
6 lines
172 B
Makefile
FATE_TESTS += fate-idct8x8
|
|
fate-idct8x8: libavcodec/dct-test$(EXESUF)
|
|
fate-idct8x8: CMD = run libavcodec/dct-test -i
|
|
fate-idct8x8: REF = /dev/null
|
|
fate-idct8x8: CMP = null
|