Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-unity-example

This is a sample project for setting up cmake with the Unity test framework

Usage

First, create a build directory for cmake

mkdir build

Next, continue to production or testing configuration

production

cd build
cmake ../

testing

cd build
cmake -D TARGET_GROUP=test ../

Run tests using ctest command

About

Use CMake with Unity testing framework

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages