Skip to content

jamesmartin/CppUTestScons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CppUTestScons

A skeleton directory structure and files for a Test Driven C++ project, using CppUTest and Scons.

Instructions

  1. Install and build CppUTest
  2. Set the CPP_U_TEST environment variable to your CppUTest root
  3. Install scons
  4. git clone http://github.com/jamesmartin/CppUTestScons.git
  5. cd CppUTestScons
  6. scons check
  7. Modify/create new files in include, src and test

Write tests, write code, make tests pass, refactor, repeat.

About

A starting point for TDDing in C++ using SCons & CppUTest

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published