Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37041341
en ru br
Репозитории ALT
S:1.6.2-alt1
5.1: 1.0-alt1
www.altlinux.org/Changes

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

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

Name: cgreen
Version: 1.0
Release: alt1

Summary: Framework for unit testing, written in C
License: LGPL
Group: Development/C
Url: http://www.lastcraft.com/cgreen.php

Source0: %name-%version.tar

%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


%prep
%setup -q

%build
make

%install
mkdir -p $RPM_BUILD_ROOT{%_includedir{,/cgreen},%_libdir}
install -s -m644 libcgreen.so.0.1 $RPM_BUILD_ROOT%_libdir
ln -s libcgreen.so.0.1 $RPM_BUILD_ROOT%_libdir/libcgreen.so.0
ln -s libcgreen.so.0 $RPM_BUILD_ROOT%_libdir/libcgreen.so
install -m644 cgreen/cgreen.h $RPM_BUILD_ROOT%_includedir
install -m644 cgreen/assertions.h cgreen/constraint.h cgreen/memory.h \
   cgreen/mocks.h cgreen/reporter.h cgreen/text_reporter.h cgreen/unit.h \
   $RPM_BUILD_ROOT%_includedir/cgreen/


%files
%doc README VERSION documentation samples
%_includedir/*
%_libdir/*


%changelog

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

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