Skip to content

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

Merged
WardF merged 4 commits intoUnidata:masterfrom
NetCDF-World-Domination-Council:ejh_cmake_unit_tests
Jan 7, 2020
Merged

Adding rest of unit_tests to CMake build, but not running them on Windows#1532
WardF merged 4 commits intoUnidata:masterfrom
NetCDF-World-Domination-Council:ejh_cmake_unit_tests

Conversation

@edhartnett
Copy link
Copy Markdown
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.

@edhartnett edhartnett requested a review from WardF as a code owner November 15, 2019 21:24
@WardF WardF self-assigned this Nov 15, 2019
@WardF WardF added this to the 4.7.3 milestone Nov 15, 2019
@WardF
Copy link
Copy Markdown
Member

WardF commented Nov 15, 2019

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

@edhartnett
Copy link
Copy Markdown
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
Copy Markdown
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