Unit test template infrastructure, aimed to be a base for other projects unit test toolchain.
The template is based on CppUTest (a C /C++ based unit xUnit test framework).
It is suggested that other projects will add the repo using git-subtree and modify it per the project need.
Later on, a subtree merge may be issued from the UT Template to the individual projects.
- Install CppUTest: See http://cpputest.github.io [Note: You will need to define a system shell variable pointing to the installed CPPUTEST root: CPPUTEST_HOME=~/workspace/cpputest]
- Add the repo to your project: TBD
- Just enter the make command under ./unit_tester (after installing CppUtest on your host)