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-08 22:12 Back to release list
0.4.0

quickstart Makefile(.dist) has been added. The "clean" make target has been moved out of autocutee.mk (into Makefile[.am]). runtest-clean has been removed, and moved to the "clean" target. Tests are now (by default) executed after being compiled but not on every execution of 'make'.

Project Resources