https://github.com/fpopic/cmake-googletest-template-project
(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
https://github.com/fpopic/cmake-googletest-template-project
cmake google-test testing unit-testing
Last synced: 8 months ago
JSON representation
(PoC) Empty CMake project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/".
- Host: GitHub
- URL: https://github.com/fpopic/cmake-googletest-template-project
- Owner: fpopic
- Created: 2016-10-17T13:18:45.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T08:36:36.000Z (over 4 years ago)
- Last Synced: 2025-01-10T19:42:32.804Z (9 months ago)
- Topics: cmake, google-test, testing, unit-testing
- Language: C++
- Homepage:
- Size: 1.14 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cmake-googletest-template-project
(PoC) CMake template project with GoogleTest library used as subproject for unit testing some C++ code "lib/mylib/" (e.g. random number generator).