Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37404970
en ru br
ALT Linux repositórios
S:1.6.2-alt1
5.0: 1.0-alt1

Group :: Desenvolvimento/C
RPM: cgreen

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e 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

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009