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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
ctest
In the decomp tool we use a CMake function function(create_test) to add tests to ctest (see here for example).
decomp
function(create_test)
This greatly simplifies local and CI testing.
It would be a good idea to add this functionality to NextSim's tests as well.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the
decomp
tool we use a CMake functionfunction(create_test)
to add tests toctest
(see here for example).This greatly simplifies local and CI testing.
It would be a good idea to add this functionality to NextSim's tests as well.
The text was updated successfully, but these errors were encountered: