Skip to content

Commit d109295

Browse files
committed
Add X_CAT tests to rans4x16 and arith-dynamic
1 parent 1682b5f commit d109295

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

tests/arith.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ do
1616
cp $f $out/arith-nl
1717
;;
1818
esac
19-
for o in 0 1 64 65 128 129 192 193 8 9 4
19+
for o in 0 1 32 64 65 128 129 192 193 8 9 4
2020
do
2121
if [ ! -e "$comp.$o" ]
2222
then

tests/dat/arith/qvar.32

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

tests/dat/r4x16/qvar.32

Lines changed: 1 addition & 0 deletions
Large diffs are not rendered by default.

tests/rans4x16.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ for f in `ls -1 $srcdir/dat/q* $srcdir/htscodecs-corpus/dat/q* 2>/dev/null`
99
do
1010
comp=${f%/*/*}/dat/r4x16/${f##*/}
1111
cut -f 1 < $f | tr -d '\012' > $out/r4x16-nl
12-
for o in 0 1 64 65 128 129 192 193 68 69 132 133 196 197 8 9
12+
for o in 0 1 32 64 65 128 129 192 193 68 69 132 133 196 197 8 9
1313
do
1414
if [ ! -e "$comp.$o" ]
1515
then

0 commit comments

Comments
 (0)