Skip to content

aurbar/cpp-tesing-examples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project contains examples for my article Test-driven development and unit testing with examples in C++

To work with this project you need to have Boost 1.37 (or higher) installed on your machine, together with Google C++ Mocking framework.

To compile project you need to execute following commands: mkdir Debug cd Debug cmake .. # to configure project make # to compile code make test # to execute all tests

About

Examples for article on Unit testing with C++

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 100.0%