Hi all
Since sunday, we are facing new issue with googletest framework, not building with the build flags we use on our project.
Opened on issue and proposed a PR which fixes it on googletest repo
This is all well and good, but until google merges the PR and releases the patch, our unit tests are stuck.
Or so I thought.
I Just found out that though we cannot directly tell platformio to use an old version of googletest through test_framework = googletest@1.11.0
(which makes platformio unhappy), including lib_deps = googletest@1.11.0
does the trick, for some reason.
Thought Iād publish this here in case someone else ran into a similar issue.
As a side note, this actually downloads both the latest googletest and the kept-back version, which seems a bit weird to me, but hey, it works!