Skip to content

jmichaelsturm/cpputest-starter-project-cmake

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CMake 54.6%
  • C++ 36.2%
  • C 9.2%