From 07afd36d1b11e1faf9a98750968d9b1f50186dce Mon Sep 17 00:00:00 2001 From: Ioana Ghiban Date: Tue, 25 Jun 2024 10:39:09 +0200 Subject: [PATCH] Extend CI script with MinMax OCV func tests --- scripts/ci-opencv.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 674065009..23a638110 100755 --- a/scripts/ci-opencv.sh +++ b/scripts/ci-opencv.sh @@ -60,8 +60,12 @@ CORE_TEST_PATTERNS=( '*Core_Sub*' '*Core_Transpose*' '*Core_MinMaxLoc*' + '*MinMaxLoc*' '*Core_ConvertScale*' '*Core_Exp*' + '*Core_MinMaxIdx*' + '*Core_minMaxIdx*' + '*Core_Array*' ) CORE_TEST_PATTERNS_STR="$(join_strings_with_colon "${CORE_TEST_PATTERNS[*]}")" ../../../conformity/opencv_kleidicv/bin/opencv_test_core \ -- GitLab