-
Notifications
You must be signed in to change notification settings - Fork 17
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
Cpp tests #85
Comments
It looks that tests are not enabled by default To enable the tests, one should launch However, it is not clear how to pass such parameter to the compiler during installation. It is possible to create a new |
It looks that one promising way to enable cpp tests is to pass the
although when such flag is passed, installation results in the following errors
this seems to be related with an outdated catch version (which is redistributed with CoGAPS) |
There are tests in the https://github.com/FertigLab/CoGAPS/tree/master/src/cpp_tests, but we seem to have lost the knowledge of how up to date those are and do those work at all. Are the tests being run at compile time? How do we run them on-demand? Are a lot of tests missing?
The text was updated successfully, but these errors were encountered: