Skip to content

apbarrero/cpp-utest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C++ Unit Testing

This repository provides the basic building infrastructure to perform code katas in C++, so you can focus on coding and don't have to bother about compilation scripts.

To checkout the starting point for each kata, checkout the corresponding tag. ($ git tag for a full list).

$ git checkout <KATA_NAME>

There is no kata solution here, just a good starting point.

Requirements

  • cmake >= 2.8
  • A c++11 compatible compiler, e.g. gcc >= 4.8.1

Build

$ cd build/
$ cmake [options] ..
$ make

About

Basic infrastructure for C++ TDD katas with Google Test and Google Mock

Resources

Stars

Watchers

Forks

Packages

No packages published