diff options
author | Mans Rullgard <mans@mansr.com> | 2011-07-04 16:26:03 +0100 |
---|---|---|
committer | Mans Rullgard <mans@mansr.com> | 2011-07-04 16:26:26 +0100 |
commit | 75a24bef4a33a36d1bcd9dbd87c105d5893d0728 (patch) | |
tree | e988ffeb7e245d2660928fc85654016cf862be2d /tests/fate2.mak | |
parent | 66e2dd11876395c3ad053744b19fd46b0618155a (diff) | |
download | ffmpeg-75a24bef4a33a36d1bcd9dbd87c105d5893d0728.tar.gz |
iirfilter: add fate test
Change the test program to output text instead of binary files so
it can be compared easily in FATE.
Signed-off-by: Mans Rullgard <mans@mansr.com>
Diffstat (limited to 'tests/fate2.mak')
-rw-r--r-- | tests/fate2.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/fate2.mak b/tests/fate2.mak index ef8c3b8d5b..a743f0cd59 100644 --- a/tests/fate2.mak +++ b/tests/fate2.mak @@ -218,3 +218,7 @@ fate-musepack7: CMD = pcm -i $(SAMPLES)/musepack/inside-mp7.mpc fate-musepack7: CMP = oneoff fate-musepack7: REF = $(SAMPLES)/musepack/inside-mp7.pcm fate-musepack7: FUZZ = 1 + +FATE_TESTS += fate-iirfilter +fate-iirfilter: libavcodec/iirfilter-test$(EXESUF) +fate-iirfilter: CMD = run libavcodec/iirfilter-test |