Download List

Project Description

cutee is a C++ unit testing environment that makes it really easy to create and run tests of a library or application. It will automatically generate Makefiles, runner classes (classes that execute test functions), and main test application code. It will also automatically update Makefiles and support classes whenever you add new test functions or modify old ones. It easily integrates with plain Makefile projects and with Autotools.

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.

2003-12-22 01:42 Back to release list
0.4.1

The code has been refactored to easily support new output formats and test monitor classes. TEST_ASSERT_P, TEST_ASSERT_EQUALS_P, TEST_ASSERT_DIFFERS_P, TEST_ASSERT_PM, TEST_ASSERT_EQUALS_PM, and TEST_ASSERT_DIFFERS_PM have been added. A "cutee" namespace has been added. In Makefile.am, a test files srcdir prefix has been added. There is initial Skimmer support, XML output, and minor fixes.
Tags: Major feature enhancements

Project Resources