From: Mathis Rosenhauer Date: Tue, 11 Feb 2014 13:00:43 +0000 (+0100) Subject: test encoding for some files X-Git-Tag: accepted/tizen/5.0/unified/20181102.025501~123 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00d5d5244cf1794f207ce9d0c76be94221bb1877;p=platform%2Fupstream%2Flibaec.git test encoding for some files --- diff --git a/tests/sampledata.sh b/tests/sampledata.sh index f6d952d..82e5ffe 100755 --- a/tests/sampledata.sh +++ b/tests/sampledata.sh @@ -20,8 +20,13 @@ do ref=$ALLO/test_p256n${i}.dat refsize=$(stat -c "%s" $ref) cmp -n $refsize $ref test.dat + $AEC -c -n$i -j16 -r16 $ref > test.rz + cmp $ALLO/test_p256n${i}-basic.rz test.rz + $AEC -c -d -n$i -j16 -r16 -t $ALLO/test_p256n${i}-restricted.rz > test.dat cmp -n $refsize $ref test.dat + $AEC -c -n$i -j16 -r16 -t $ref > test.rz + cmp $ALLO/test_p256n${i}-restricted.rz test.rz done for i in 05 06 07 08 09 10 11 12 13 14 15 16 do