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 MODULE REQUIRED) target_link_libraries(main PRIVATE GTest::GTest GTest::Main) find_package(GMock CONFIG REQUIRED) target_link_libraries(main PRIVATE GMock::gmock GMock::gmock_main) add_test(AllTestsInMain main)
v2019-08-14-1#0
Aug 16, 2019
All
google/googletest35K
github.com/google/googletest
f9b5fe0886
Complex license
Control