mirror of
https://git.freebsd.org/ports.git
synced 2025-05-28 00:46:27 -04:00
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)
9 lines
665 B
Text
9 lines
665 B
Text
API Sanity Autotest is a test generator for shared C/C++ libraries. It can
|
|
quickly generate simple ("sanity" or "shallow"-quality) tests for functions from
|
|
the library API, using the signatures and data type definitions from the library
|
|
header files. The tests can detect critical errors in simple use cases, and can
|
|
be improved with highly reusable specialized types. API Sanity Autotest can
|
|
execute generated tests and detect all kinds of emitted signals, early program
|
|
exits, program hanging and specified requirement failures. API Sanity Autotest
|
|
also supports tests in the Template2Code format, and has a random test
|
|
generation mode and other useful features.
|