Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Update to 3.8 | Wen Heping | 2016-11-28 | 1 | -2/+3 |
| | | | | | | | | PR: 214890 Submitted by: akos.somfai@gmail.com(maintainer) Notes: svn path=/head/; revision=427288 | ||||
* | CppUTest is a C /C++ based unit xUnit test framework for unit testing and for | Pawel Pekala | 2016-05-27 | 1 | -0/+2 |
test-driving your code. It is written in C++ but is used in C and C++ projects and frequently used in embedded systems. CppUTest's core design principles: * Simple to use and small * Portable to old and new platforms * Build with Test-driven Development in mind WWW: https://cpputest.github.io/ PR: 209622 Submitted by: Akos Somfai <akos.somfai@gmail.com> Notes: svn path=/head/; revision=415934 |