From 8ae285322ef62162405e6dd5f3a6463fe98c834f Mon Sep 17 00:00:00 2001 From: siivonek Date: Tue, 20 Sep 2022 17:48:38 +0300 Subject: [PATCH] [isp] Add CI tests. --- tests/test_intra.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test_intra.sh b/tests/test_intra.sh index 3c37f82b..f176db69 100755 --- a/tests/test_intra.sh +++ b/tests/test_intra.sh @@ -19,3 +19,5 @@ valgrind_test $common_args --jccr --rdoq --rd=2 --mts=intra valgrind_test $common_args --rd=3 --cclm --jccr valgrind_test $common_args --lfnst valgrind_test $common_args --lfnst --rd=3 --cclm --mip --dual-tree --fast-residual-cost 0 +valgrind_test $common_args --rd=2 --isp --cpuid=0 +valgrind_test $common_args --rd=2 --isp --cpuid=0 --lfnst --mts=intra