https://github.com/akagi201/learning-gtest
Learning notes of Google C++ Testing Framework
https://github.com/akagi201/learning-gtest
cmake cpp gtest leanring makefile tutorial
Last synced: 7 months ago
JSON representation
Learning notes of Google C++ Testing Framework
- Host: GitHub
- URL: https://github.com/akagi201/learning-gtest
- Owner: Akagi201
- License: mit
- Created: 2014-12-04T08:37:08.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-04T13:55:17.000Z (about 11 years ago)
- Last Synced: 2025-02-26T09:16:27.468Z (11 months ago)
- Topics: cmake, cpp, gtest, leanring, makefile, tutorial
- Language: C++
- Size: 398 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Learning GTest
[](https://travis-ci.org/Akagi201/learning-gtest)
Some simple samples to learn `Google C++ Testing Framework`.
## `make_sample`
A simple sample to integrate *`Makefile`* with `Google C++ Testing Framework`.
## `cmake_sample`
A simple sample to integrate *`CMake`* with `Google C++ Testing Framework`.
## Refs
*
*