Download List

Project Description

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.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-03-08 13:33
0.8.3

This version adds an optional, simple-minded locking mechanism based on POSIX semaphores.
Tags: Minor feature enhancements

2008-03-05 19:09
0.8.2

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.
Tags: Minor feature enhancements

2008-02-27 19:22
0.8.1

This release adds C++ exception support. It has improved documentation and some minor bugfixes.
Tags: Major feature enhancements

2008-02-17 01:52
0.8.0

Tags: Initial freshmeat announcement

Project Resources