Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
10 lines
342 B
Plaintext
10 lines
342 B
Plaintext
CppUTest is 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.
|
|
|
|
CppUTest's core design principles:
|
|
|
|
* Simple to use and small
|
|
* Portable to old and new platforms
|
|
* Build with Test-driven Development in mind
|