RSS 2 projects tagged "Unit Testing"

Download Website Updated 23 Jan 2012 LibU

Screenshot
Pop 114.80
Vit 5.13

LibU is a multiplatform C library that comes under a BSD-style license. It includes many interdependent modules for accomplishing several tasks: memory allocation, networking and URI parsing, string manipulation, debugging, and logging in a very compact way, plus many other miscellaneous tasks. It has a small footprint (about 70KB for the default configuration), it is modular, and it has a multiplatform nature, making it an ideal candidate for embedded systems. KLone is an example of such usage.

No download Website Updated 08 May 2013 cmocka

Screenshot
Pop 26.83
Vit 11.94

cmocka is a unit testing framework for C with mock objects. There are a variety of C unit testing frameworks available supporting different platforms and compilers. Some development requires a lot of different compilers and older versions, which makes it difficult to use unit testing frameworks. The idea of CMocka is that a test application only requires the standard C library and CMocka itself to minimize the conflicts with standard C library headers, especially on a lot of different platforms.

Screenshot

Project Spotlight

samhain

A file integrity daemon with support for centralized monitoring.

Screenshot

Project Spotlight

Climax

A Java command line argument parsing framework.