SecBSD's official ports repository

This commit is contained in:
purplerain 2023-08-16 22:26:55 +00:00
commit 2c0afcbbf3
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
64331 changed files with 5339189 additions and 0 deletions

14
devel/cppunit/pkg/DESCR Normal file
View file

@ -0,0 +1,14 @@
CppUnit is a C++ unit testing framework. It started its life as a port
of JUnit to C++ done by Michael Feathers.
Features:
- XML output with hook for additional data
- Compiler like text output to integrate with an IDE
- Helper macros for easier test suite declaration
- Hierarcal test fixture support
- Test registry to reduce recompilation need
- Test plug-in for faster compile/test cycle
(self testable dynamic library)
- Protector to encapsulate test execution
(allow capture of exception not derived from std::exception)