cutee 0.4.2 review

Download
by rbytes.net on

cutee stands for C++ Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. I

License: GPL (GNU General Public License)
File size: 7K
Developer: Stefano Barbato
0 stars award from rbytes.net

cutee stands for C++ Unit Testing Easy Environment and 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.

Here are some key features of "cutee":

Straightforward
With cutee all you have to do except writing the test class is adding the file name of your new test class to the Makefile. Just the file name, nothing more. Everything else is handled automagically.

Minimize compilations
Using cutee every test class will produce an object file so when you modify a test file only the modified test will be recompiled not the whole test suite.

Automatically generates runners
Runners (classes that run tests) will be automatically generated.

Automatically updates makefiles and file dependencies
You'll not need to update your Makefiles, cutee will generate (and automatically update) a file autocutee.mk that will be included into your Makefile and that will handle all required tasks to run your tests.

Automatically generates main test application
The mail test application, also, will be generated by cutee

Supports plain Makefiles and Autotools
Either you are using Autotools to build your project or a simple Makefile cutee will be easily integrated into your environment.

cutee 0.4.2 search tags