Skip to content
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

Unit Tests #13

Open
a-sevin opened this issue Mar 23, 2019 · 1 comment
Open

Unit Tests #13

a-sevin opened this issue Mar 23, 2019 · 1 comment

Comments

@a-sevin
Copy link
Member

a-sevin commented Mar 23, 2019

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
@drbitboy
Copy link
Collaborator

drbitboy commented Apr 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants