You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All existing tests regarding cvui only check if it compiles using different versions of OpenCV. This is not enough. Tests should at least inform if a program using cvui compiles and runs successfully. PR 46 adds support for a headless version of cvui, which is perfect for creating tests.
Following the same logic of the examples, tests should be under the folder tests in the root of the project. They should not depend on complex dependencies, e.g. a header only lib for testing would be ideal.
The text was updated successfully, but these errors were encountered:
All existing tests regarding cvui only check if it compiles using different versions of OpenCV. This is not enough. Tests should at least inform if a program using cvui compiles and runs successfully. PR 46 adds support for a headless version of cvui, which is perfect for creating tests.
Following the same logic of the examples, tests should be under the folder
tests
in the root of the project. They should not depend on complex dependencies, e.g. a header only lib for testing would be ideal.The text was updated successfully, but these errors were encountered: