aboutsummaryrefslogtreecommitdiff
path: root/devel/cpputest
Commit message (Collapse)AuthorAgeFilesLines
* - Update to 3.8Wen Heping2016-11-283-3/+7
| | | | | | | | PR: 214890 Submitted by: akos.somfai@gmail.com(maintainer) Notes: svn path=/head/; revision=427288
* Use USES=pathfix where applicable.Mathieu Arnold2016-10-212-12/+1
| | | | | | | | | | | PR: 213195 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D8093 Notes: svn path=/head/; revision=424427
* CppUTest is a C /C++ based unit xUnit test framework for unit testing and forPawel Pekala2016-05-275-0/+87
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