From c4d32ee87077e470f3c5da200a7c863e9a7b6ee1 Mon Sep 17 00:00:00 2001 From: Joose Sainio Date: Fri, 20 Aug 2021 11:55:35 +0300 Subject: [PATCH] [jccr] Move tests to test_intra.sh --- tests/test_intra.sh | 2 ++ tests/test_tools.sh | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test_intra.sh b/tests/test_intra.sh index e7b7c4c9..722fe9fc 100755 --- a/tests/test_intra.sh +++ b/tests/test_intra.sh @@ -12,4 +12,6 @@ valgrind_test $common_args --rd=2 --no-transform-skip --qp 37 valgrind_test $common_args --rd=2 --no-transform-skip --qp 37 --signhide --rdoq valgrind_test $common_args --alf=full --no-wpp --threads=0 --owf=0 valgrind_test $common_args --alf=full --wpp --threads=1 +valgrind_test $common_args --jccr +valgrind_test $common_args --jccr --rdoq --rd=2 --mts=intra diff --git a/tests/test_tools.sh b/tests/test_tools.sh index 498bed91..99d34abc 100755 --- a/tests/test_tools.sh +++ b/tests/test_tools.sh @@ -14,5 +14,3 @@ valgrind_test $common_args --vaq=8 valgrind_test $common_args --vaq=8 --bitrate 3500 valgrind_test $common_args --vaq=8 --rc-algorithm oba --bitrate 3500 valgrind_test $common_args --lmcs -valgrind_test $common_args --jccr -valgrind_test $common_args --jccr --rdoq --rd=2 --mts=full