e2/tdd_cmake_gtest_template
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a template for a project using GTest and CMake.
How to use:
===========
1. clone it
2. replace 'hello2' occurences with whatever you want
3. make and run tests:
$ mkdir build && cd build && cmake .. && make check