aboutsummaryrefslogtreecommitdiff
path: root/devel/cpputest/distinfo
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.8Wen Heping2016-11-281-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 forPawel Pekala2016-05-271-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