Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidag/gtestmock-cmake-template
C++ Google Test/Mock CMake template
https://github.com/davidag/gtestmock-cmake-template
Last synced: about 19 hours ago
JSON representation
C++ Google Test/Mock CMake template
- Host: GitHub
- URL: https://github.com/davidag/gtestmock-cmake-template
- Owner: davidag
- Created: 2013-02-22T16:04:44.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-10-10T11:50:20.000Z (about 1 year ago)
- Last Synced: 2023-10-10T12:42:11.448Z (about 1 year ago)
- Language: CMake
- Homepage:
- Size: 1.46 MB
- Stars: 18
- Watchers: 3
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Google Test/Mock CMake template
Basic template for C++ development using Google [Test](http://code.google.com/p/googletest/)/[Mock](http://code.google.com/p/googlemock/) and [CMake](http://www.cmake.org/). It was initially created for a [C++ Testing Hacklab](https://speakerdeck.com/davidag/how-i-do-c-plus-plus-testing) on March 2013.
## Usage
1. Clone this repository with `git clone git://github.com/davidag/gtestmock-cmake-template.git myproject`
2. Run `setup.sh` to download and install Google Test/Mock and setup debug/release directories.