-
Notifications
You must be signed in to change notification settings - Fork 21
Public CI OpenCV Shell Scripts #37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
abbajaj806
commented
May 18, 2025
- Added shell script for OpenVC testcases
- Added Readme for OpenVC Testcases
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Commit message has a typo OpenVC
. Please also update signed-off-by with your full name.
f0c8b93
to
8c8553e
Compare
02b7b44
to
4d15ad9
Compare
check_dependencies opencv_test_core grep chmod | ||
|
||
# Execute the command and capture the output | ||
export OPENCV_OPENCL_RUNTIME=disabled && opencv_test_core --gtest_filter=Core_AddMixed/ArithmMixedTest.accuracy/0 > opencv_core_result.txt |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual harness for opencv_test_core is missing. Although we will use only one --gtest-filter here, the test should still be designed to cover as much as possible of what opencv_test_core covers.
Added shell script for OpenVC testcases Added Readme for OpenVC Testcases Signed-off-by: Abhishek Bajaj <[email protected]>