Skip to content

e2/tdd_cmake_gtest_template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

About

Template project for TDD (C++, GTest)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published