pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/cpputest



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Fri May  6 18:08:45 UTC 2016

Added Files:
        pkgsrc/devel/cpputest: DESCR Makefile PLIST distinfo

Log Message:
Add CppUTest, a C/C++ based unit xUnit test framework for unit testing
and for test-driving your code. It is written in C++ but is used in C
and C++ projects and frequently used in embedded systems but it works
for any C/C++ project.

CppUTest's core design principles are:

- Simple in design and simple in use.
- Portable to old and new platforms.
- Build with Test-driven Development in mind.
 VS: ----------------------------------------------------------------------


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/cpputest/DESCR \
    pkgsrc/devel/cpputest/Makefile pkgsrc/devel/cpputest/PLIST \
    pkgsrc/devel/cpputest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index