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

Adding rest of unit_tests to CMake build, but not running them on Windows #1532

Merged

Conversation

edhartnett
Copy link
Contributor

@edhartnett edhartnett commented Nov 15, 2019

Fixes #1458

Turning on rest of unit tests in CMake build, seeing if they work on Windows...

they do not. And to make them work we would need to EXTERNL every internal function we are testing in the unit_test directory. This is not something we want to do, so I suspect unit_test directory will never run on Windows, which I think is OK.

@WardF WardF self-assigned this Nov 15, 2019
@WardF WardF added this to the 4.7.3 milestone Nov 15, 2019
@WardF
Copy link
Member

WardF commented Nov 15, 2019

Thanks Ed. Checking these now as part of starting to prep 4.7.3.

@edhartnett
Copy link
Contributor Author

@WardF don't thank me yet - I just turned them on for windows to se what appveyor will tell me. I expect it will fail. ;-) But no doubt be a character-building experience for me.

@edhartnett edhartnett changed the title Adding rest of unit_tests to CMake build, and running them on Windows Adding rest of unit_tests to CMake build, but not running them on Windows Nov 16, 2019
@WardF WardF merged commit 20a8db5 into Unidata:master Jan 7, 2020
@edwardhartnett
Copy link
Contributor

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add a unit_test directory and put some unit tests in
3 participants