-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1810 from billsacks/infnan_unit_test
Allow running infnan unit tests even in DEBUG mode Up until now, we have been skipping the shr_infnan unit tests when building in DEBUG mode. Since we pretty much always build the unit tests in DEBUG mode, that means that we're pretty much never running the shr_infnan unit tests. In trying (and failing) to solve #1763, I came up with a way to get the shr_infnan unit tests to run and pass even when building in debug mode. That is implemented here. Test suite: ./scripts_regression_tests.py N_TestUnitTest on cheyenne Also, cime fortran unit tests on my mac (with gnu) Test baseline: N/A Test namelist changes: none Test status: bit for bit Fixes #1809 User interface changes?: no Update gh-pages html (Y/N)?: N Code review:jedwards
- Loading branch information
Showing
2 changed files
with
20 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters