Télécharger la liste

Description du projet

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.

Système requise

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.

2004-02-28 12:52
0.4.2

Cette version supprime les options longues, ajoute $ (LDFLAGS) à la règle en runTest autocutee.mk, et fixe la sortie XML.
Tags: Minor bugfixes
This version removes the long options, adds $(LDFLAGS) to the runtest rule in autocutee.mk, and fixes the XML output.

2003-12-22 01:42
0.4.1

Le code a été remaniée pour supporter facilement nouveaux formats de sortie et les classes de surveiller de test. TEST_ASSERT_P, TEST_ASSERT_EQUALS_P, TEST_ASSERT_DIFFERS_P, TEST_ASSERT_PM, TEST_ASSERT_EQUALS_PM, et TEST_ASSERT_DIFFERS_PM ont été ajoutées. Un cutee "" espace de noms a été ajoutée. En Makefile.am, un test de fichiers préfixe srcdir a été ajoutée. Il existe d'appui initial Skimmer, sortie XML, et des corrections mineures.
Tags: Major feature enhancements
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.

2003-12-08 22:12
0.4.0

quickstart Makefile (. dist) a été ajoutée. Le "propre" fabriquer la cible a été déplacé hors de autocutee.mk (dans Makefile [. H]). runTest-propre a été enlevée et transférée vers le "propre" cible. Les tests sont maintenant (par défaut) exécuté après avoir été compilés, mais pas à chaque exécution de «make».
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'.

2003-11-15 17:13
0.3.9

Cette version apporte un correctif autotools autocutee.mk ($ (srcdir) utilisés dans les règles), un fichier README et un fichier ChangeLog. runTest s'exécute désormais automatiquement après la compilation.
Tags: Minor bugfixes
This release adds an autotools autocutee.mk fix ($(srcdir) used in
rules), a README, and a changeLog. runtest now runs automatically after
compilation.

2003-11-13 11:57
0.3.8

Tags: Initial freshmeat announcement

Project Resources