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

Check for NAN in CMake #1584

Merged
merged 2 commits into from Aug 23, 2022
Merged

Check for NAN in CMake #1584

merged 2 commits into from Aug 23, 2022

Conversation

thetic
Copy link
Contributor

@thetic thetic commented May 14, 2022

This deprecates the HAS_NAN cache variable, that sets the CPPUTEST_NO_NAN variable that sets the CPPUTEST_NO_NAN macro that sets the CPPUTEST_HAS_NAN macro. Instead we use CMake to check for NaN support explicitly and use that result to set CPPUTEST_HAS_NAN scoped only to the tests.

@coveralls
Copy link

coveralls commented Aug 19, 2022

Coverage Status

Coverage remained the same at 98.515% when pulling 077848e on thetic:nan-check into a521a90 on cpputest:master.

@basvodde basvodde merged commit 6aa03e4 into cpputest:master Aug 23, 2022
@thetic thetic deleted the nan-check branch August 23, 2022 17:52
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.

None yet

3 participants