GoogleTest - Google Testing and Mocking Framework
Run the following Vcpkg command to install the port.
vcpkg install gtest
The package gtest is compatible with built-in CMake targets:
enable_testing() find_package(GTest CONFIG REQUIRED) target_link_libraries(main PRIVATE GTest::gtest GTest::gtest_main GTest::gmock GTest::gmock_main) add_test(AllTestsInMain main)
v1.10.0#0
May 7, 2020
All
google/googletest36K
github.com/google/googletest
aa0b9d7ca9
Complex license
Control