diff --git a/scripts/ci-opencv.sh b/scripts/ci-opencv.sh index 6740650098f85521ed2e9d5e71b83d28e4fd6508..23a6381105c710ba75a0e9a2acb57b9332252b45 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 \