Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37400467
en ru br
ALT Linux repos
5.0: 0.7.5-alt6
4.1: 0.7.5-alt6
3.0: 0.7.5-alt1

Group :: Development/C
RPM: cunit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 0.7.5-alt6
Build date: 26 march 2008, 16:18 ( 838.2 weeks ago )
Size: 64.29 Kb

Home page:   http://www.gethos.net/opensource/cunit

License: LGPL
Summary: C Unit Tester
Description:

This is a Unit Test framework for 'C'.

The emphasis in this framework is to make test writing as simple as possible.
As such all the developer needs to do is write test functions, define the
suite layout and compile the code into a shared object with a name of the form
libtest_*.so.

The unit test runner finds all libtest_*.so files under the directory it is
run from, compiles a list of tests defined in the corresponding suites and
runs all the tests. The output is displayed directly to the console using
colours for added readability. It shows the progress, results and bottom line.

Current maintainer: Alexey Voinov

List of contributors

List of rpms provided by this srpm:

  • cunit
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin