libcunit1

Unit testing library for c
  http://cunit.sourceforge.net/
  1
  1 review



Cunit is a simple framework for incorporating test cases in your c code similar to junit or cppunit. it provides c programmers a basic testing functionality with a flexible variety of user interfaces. it uses a simple framework for building test structures, and provides a rich set of assertions for testing common data types. in addition, several different interfaces are provided for running tests and reporting results.
Latest reviews
4
lib2know 9 years ago

basic tool for improvement of software quality