Package cgreen: Information
Source package: cgreen
Version: 1.6.2-alt1
Build time: May 27, 2023, 12:21 PM
Category: Development/C
Report package bugHome page: http://www.lastcraft.com/cgreen.php
License: ISC
Summary: Framework for unit testing, written in C
Description:
What is it? It's a framework for unit testing, written in C. A tool for C developers writing tests of their own code. If you have used JUnit, or any of the xUnit clones, you will find the concept familiar. In particular the tool supports a range of assertions, composable test suites and setup/teardown facilities. Because of the peculiarities of C programming, each test function is normally run in it's own process. NOTE: this package includes a slightly modified version of cgreen. Check http://git.altlinux.ru/people/voins/packages/?p=cgreen.git for list of changes
Maintainer: Vladimir Rubanov
Last changed
May 9, 2023 Vladimir Rubanov 1.6.2-alt1
- Upgrade version to 1.6.2 - Switch to standard packaging.
March 30, 2021 Mikhail Efremov 1.0-alt3
- Fix License tag. - Use _unpackaged_files_terminate_build. - Fix packaging on 32bit arches.
June 16, 2014 Mikhail Efremov 1.0-alt2
- Fix build.