-
Notifications
You must be signed in to change notification settings - Fork 56
Support unit testing on Windows #72
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
base: master
Are you sure you want to change the base?
Conversation
The existing Could we change to platformio test runner? |
d3b2905
to
31aa8a8
Compare
@FabioBatSilva I can add a PR to change the GitHub unit test action to run tests using platformio. |
Thanks @adbancroft For what it's worth I remember running into some limitations that forced into the cmake path. |
|
…rrors. Fix is to *move* the tests out of line.
31aa8a8
to
212c912
Compare
Unit tests failed to compile on Windows, using both the
native
(using MinGW-x64 v12.2.0) andwindows_x86
platforms: in both cases the linker generatedfile too big
errors.windows_x86
platform: this avoids having to install thenative
tool chain, which is a little cumbersome on Windows (one less barrier for developers).