Projects / cutee

cutee

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.

Tags
Licenses
Operating Systems
Implementation

RSS Recent releases

  •  28 Feb 2004 03:52

Release Notes: This version removes the long options, adds $(LDFLAGS) to the runtest rule in autocutee.mk, and fixes the XML output.

  •  21 Dec 2003 16:42

Release Notes: 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.

  •  08 Dec 2003 13:12

    Release Notes: 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'.

    •  15 Nov 2003 08:13

    Release Notes: This release adds an autotools autocutee.mk fix ($(srcdir) used in rules), a README, and a changeLog. runtest now runs automatically after compilation.

    No changes have been submitted for this release.

    Screenshot

    Project Spotlight

    Fido File Monitor

    A multi-threaded file watcher and response daemon.

    Screenshot

    Project Spotlight

    libbonobo

    A set of language and system independant CORBA interfaces.