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

Refactored all unit tests so that TUDAT_DISABLE_TESTS is transparently used #639

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

rodyo
Copy link

@rodyo rodyo commented Aug 21, 2020

Closes #638

  • Wrote new CMake function to standardize unit tests
  • Deprecated the relevant macro in favor of the new function
  • Refactored all units tests to use the new function

* Deprecated the relevant macro in favor of the new function
* Refactored all units tests to use the new function
Minor fixes after reviewing / rebuilding
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

With TUDAT_DISABLE_TESTS = ON, all tests are still built
2 participants