Dave's Unit Test 0.8.2 (Default branch) |
|
|
Dave's Unit Test (DUT) is a simple infrastructure for doing unit testing in C and C++. It can test boolean assertions, and test for the existence of expected C++ exceptions or POSIX signals. It also traps unexpected exceptions or signals.
License: GNU General Public License v2
Changes:
This release adds warning-only versions of all test macros, has several minor dut.make bugfixes, and introduces some macros for the new test language based on the type to be tested rather than user supplied cache variables.
|