Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpputest-starter-project-cmake

The cpputest-starter-project can help you integrate CppUTest based off-target testing with your production code.

This is a simplified fork of the following repos modified for CMake

How to use (Linux)

Set the CPPUTEST_HOME environment variable to point to your installation of CppUTest.

export CPPUTEST_HOME=<path to the cpputest installation>

From the root directory of the project, create a new directory for CMake build and enter that directory.

mkdir build
cd build

Invoke cmake to build the project.

cmake ..
cmake --build .

About

modified cpputest starter project using CMake

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages