-
Notifications
You must be signed in to change notification settings - Fork 133
Download gmock/gtest from github #120
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
Conversation
Can you see why would most features fail because of tempering with gtest/gmock ? |
df10abf
to
bb91e0d
Compare
ok I think I've got it - for some reason if GMOCK_ROOT is not a subdirectory it messes e2e tests |
I've added support for gmock 1.8.0 to FindGmock but we have issue #121 |
+1 on this. Would love to see this merged soon, as master won't even build currently. :( |
Nice one. Haven't gone through all lines changed, but I trust the CI pipeline. I'd squash the first 4 commits into "change gmock/gtest source to github" and keep "support for gtest/gmock >= 1.8.0". A couple of questions:
|
@srbaker it does compile if you specify |
I had some problems with gmock 1.8, see issue #121 - i'll need to verify what happened there :) |
f90a88f
to
93214f7
Compare
@paoloambrosio - I've fixed building with gmock 1.8 and squashed it. It turned out to be hard to find but easy to fix issue. |
all green :) |
Nice one! Green build again 👍 |
Download gmock/gtest from github as link used currently expired