An open API service indexing awesome lists of open source software.

https://github.com/longbai/xmake-cpputest

Setup test project for embedded C development with CppUTest built using XMake
https://github.com/longbai/xmake-cpputest

Last synced: 4 days ago
JSON representation

Setup test project for embedded C development with CppUTest built using XMake

Awesome Lists containing this project

README

        

xmake-cpputest
==============

Skeleton project for development in embedded C using the approach outlined in [Test Driven Development for Emedded C](http://pragprog.com/book/jgade/test-driven-development-for-embedded-c) with testing done via [CppUTest](http://cpputest.org/) and build done using [XMake](http://www.xmake.io/)

The demo source code used here (e.g. `LedDriver` example) was taken from the code from the book [Test Driven Development for Emedded C](http://pragprog.com/book/jgade/test-driven-development-for-embedded-c).

The Project is clone from [email protected]:davisford/cmake-cpputest.git and change to xmake.