summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 13:19:35 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-08 02:43:56 +0200
commit58c25724b7f921fdf3657fcb011b3bb3b7b353d4 (patch)
treed9e60664610ee8433fca0756f45344bb6dfc2071 /tests/regression-funcs.sh
parente9841505d2f17addc651d65322c31351d271798d (diff)
Add nellymoser "fuzzy" FATE test.
Since we cannot specify decode parameters (and also because it is better in principle) the 1-channel reference file needs to be enabled, too. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index d14071aab6..51e7ac4d39 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -28,6 +28,8 @@ raw_ref="$datadir/$test_ref.ref.yuv"
pcm_src="$target_datadir/asynth1.sw"
pcm_dst="$datadir/$this.out.wav"
pcm_ref="$datadir/$test_ref.ref.wav"
+pcm_src_1ch="$target_datadir/asynth-16000-1.sw"
+pcm_ref_1ch="$datadir/$test_ref-16000-1.ref.wav"
crcfile="$datadir/$this.crc"
target_crcfile="$target_datadir/$this.crc"