Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37814713
en ru br
Репозитории ALT
S:0.15.2-alt2
5.1: 0.9.6-alt2
4.1: 0.9.5-alt7
4.0: 0.9.5-alt4
3.0: 0.8.4-alt1
www.altlinux.org/Changes

Другие репозитории
Upstream:0.9.5

Группа :: Разработка/C
Пакет: check

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: check
Version: 0.8.4
Release: alt1

Epoch: %(date +%%Y%%m%%d)

Summary: A unit test framework for C
License: LGPL
Group: Development/C

Url: http://check.sourceforge.net
Source: %name-%version.tar.gz

Packager: Michael Shigorin <mike at altlinux.ru>

%description
Check is a unit test framework for C. It features a simple interface for
defining unit tests, putting little in the way of the developer. Tests are run
in a separate address space, so Check can catch both assertion failures and
code errors that cause segmentation faults or other signals. The output from
unit tests can be used within source code editors and IDEs.

%prep
%setup -q

%build
unset CC
%configure
%make_build

%install
%makeinstall

%files
%_libdir/*
%_includedir/*
%_datadir/aclocal/*
%doc AUTHORS ChangeLog NEWS README doc/

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin