freebsd-ports/devel/criterion/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
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)
2022-09-07 23:58:51 +02:00

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.