Commit b7f05445c0
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)
13 lines
506 B
Text
13 lines
506 B
Text
Criterion is a cross-platform C and C++ unit testing framework for the
|
|
21st century.
|
|
|
|
Most test frameworks for C require a lot of boilerplate code to set up
|
|
tests and test suites -- you need to create a main, then register new
|
|
test suites, then register the tests within these suites, and finally
|
|
call the right functions.
|
|
|
|
This gives the user great control, at the unfortunate cost of
|
|
simplicity.
|
|
|
|
Criterion follows the KISS principle, while keeping the control the
|
|
user would have with other frameworks.
|