cutee

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

cutee Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Stefano Barbato
  • Publisher web site:
  • http://codesink.org/cutee_unit_testing.html

cutee Tags


cutee Description

cutee stands for C Unit Testing Easy Environment and makes it really easy to create and run tests of a library or application. 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 Related Software