Description
CU is simple unit testing framework for handling automated tests in C.
CU provides a simple interface for defining unit tests using macros. Each test suite runs in a separate process – test suites does not influence each other and any failure (such as segfault) does not break up the whole test. CU also provides script for regression tests based on output of test suites.
Details
- Listing categories Unit test
- Licence Open Source
- Status Inactive
- Supported Technology C/C++
- User Interface Command line
Contact
- Website https://github.com/danfis/cu
Post New Review
You must be logged in to post a comment.