summaryrefslogtreecommitdiff
path: root/tests/regression-funcs.sh
diff options
context:
space:
mode:
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 13:55:07 +0200
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>2012-04-07 15:13:01 +0200
commitcb25a186eb4da5a4e1c943e89b9cf8a7852723c7 (patch)
tree656aad54d4d3be0d5220a408516992fecf5e5174 /tests/regression-funcs.sh
parent815d8f8841ab5b76c373816c14987d248d18a0b7 (diff)
Fix DCA regression test to work across architectures.
Only the decoding step is not bit-exact, so avoid checksum for that. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
Diffstat (limited to 'tests/regression-funcs.sh')
-rwxr-xr-xtests/regression-funcs.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/regression-funcs.sh b/tests/regression-funcs.sh
index 0e6d64aa26..d14071aab6 100755
--- a/tests/regression-funcs.sh
+++ b/tests/regression-funcs.sh
@@ -122,3 +122,8 @@ do_audio_decoding()
{
do_avconv $pcm_dst $DEC_OPTS -i $target_path/$file -sample_fmt s16 -f wav $1
}
+
+do_audio_decoding_nomd5()
+{
+ do_avconv_nomd5 $pcm_dst $DEC_OPTS -i $target_path/$file -sample_fmt s16 -f wav $1
+}