Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 406 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 406 Bytes

cmock-build - Make build support for integrating Unity and Cmock testing into a C project

Clone repo

> git clone git@github.com:barneywilliams/cmock-build.git
> git submodule init --recursive

Update to latest

> git pull
> git submodule update --recursive

Clean

> make clean

Build and run tests

> make test

Report test execution results

> make test_summary