/tdd_cmake_gtest_template

Template project for TDD (C++, GTest)

Primary LanguageC++

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