From 00d5d5244cf1794f207ce9d0c76be94221bb1877 Mon Sep 17 00:00:00 2001 From: Mathis Rosenhauer Date: Tue, 11 Feb 2014 14:00:43 +0100 Subject: [PATCH] test encoding for some files --- tests/sampledata.sh | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.7.4