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
- Host: GitHub
- URL: https://github.com/longbai/xmake-cpputest
- Owner: longbai
- Created: 2016-07-31T14:36:05.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-07T06:57:18.000Z (over 3 years ago)
- Last Synced: 2025-04-01T19:39:54.149Z (about 1 month ago)
- Language: C
- Size: 16.6 KB
- Stars: 5
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-xmake - xmake-cpputest
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.