We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
CMake build does not produce googlemock python tests even when the python interpreter is found.
Try to build gmock with tests using CMake and check if it will create gmock_leak_test and gmock_output_test.
gmock_leak_test
gmock_output_test
I am using current HEAD (ec25eea8)
ec25eea8
Distributor ID: Ubuntu Description: Ubuntu 22.04.1 LTS Release: 22.04 Codename: jammy
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
cmake version 3.19.0-rc2
No response
The text was updated successfully, but these errors were encountered:
fd36851
Build gmock Python tests when building with cmake
06a37ec
Fixes google#4124. PiperOrigin-RevId: 506379032 Change-Id: Ibc44ffce1012bbf313565728a3d9e5e6e56ba660
5a15e99
No branches or pull requests
Describe the issue
CMake build does not produce googlemock python tests even when the python interpreter is found.
Steps to reproduce the problem
Try to build gmock with tests using CMake and check if it will create
gmock_leak_test
andgmock_output_test
.What version of GoogleTest are you using?
I am using current HEAD (
ec25eea8
)What operating system and version are you using?
Distributor ID: Ubuntu
Description: Ubuntu 22.04.1 LTS
Release: 22.04
Codename: jammy
What compiler and version are you using?
g++ (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
What build system are you using?
cmake version 3.19.0-rc2
Additional context
No response
The text was updated successfully, but these errors were encountered: