We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I started to code some unit tests based on google test in the commit fe677df
To test:
cmake .. -Dgtest_build_tests=ON make make test # or ./tests/ImageStreamIOTest for a better display
The text was updated successfully, but these errors were encountered:
I improved those tests and made a PR, which has been merged.
I am working on operational tests now i.e. that do more than open shmims or connect to same; cf. branch https://github.com/milk-org/ImageStreamIO/tree/refactor/20230403-drbitboy-operational-tests
Sorry, something went wrong.
No branches or pull requests
I started to code some unit tests based on google test in the commit fe677df
To test:
The text was updated successfully, but these errors were encountered: