From 6f19f9798721ab5a145c6d91e2d8c5c5137b7a7e Mon Sep 17 00:00:00 2001 From: Marko Viitanen Date: Wed, 29 Jun 2022 09:00:41 +0300 Subject: [PATCH] [CI] Add IBC test to CI --- tests/test_tools.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/test_tools.sh b/tests/test_tools.sh index 398ef2e2..5f1f3aeb 100755 --- a/tests/test_tools.sh +++ b/tests/test_tools.sh @@ -14,4 +14,5 @@ valgrind_test $common_args --gop=8 --subme=4 --bipred --tmvp valgrind_test $common_args --transform-skip --tr-skip-max-size=5 valgrind_test $common_args --vaq=8 valgrind_test $common_args --vaq=8 --bitrate 350000 -valgrind_test $common_args --vaq=8 --rc-algorithm oba --bitrate 350000 \ No newline at end of file +valgrind_test $common_args --vaq=8 --rc-algorithm oba --bitrate 350000 +valgrind_test $common_args --ibc=1 \ No newline at end of file