Fri, 29 Mar 2024 06:41:12 EDT

Information for build unittest-0.50-62.6.ru6

ID2782
Package Nameunittest
Version0.50
Release62.6.ru6
Epoch
SummaryC++ Unit Test Framework
DescriptionUnittest is a C++ unit test framework. Its design goals are to be simple, to be idiomatic C++, and to follow the basic xUnit style to the extent that doing so is compatible with the earlier goals. Its main differences from other xUnit frameworks are that it uses constructors and destructors for setup/teardown and that it requires you to represent tests as classes, instead of methods.
Built byvverna
State complete
StartedWed, 23 May 2012 11:48:20 EDT
CompletedWed, 23 May 2012 11:51:30 EDT
Taskbuild (centos6-rutgers-staging, unittest-0.50-62.6.ru6.src.rpm)
Tags
centos6-rutgers-staging
centos6-rutgers-testing
RPMs
src
unittest-0.50-62.6.ru6.src.rpm (info) (download)
i386 (build logs)
unittest-0.50-62.6.ru6.i386.rpm (info) (download)
x86_64 (build logs)
unittest-0.50-62.6.ru6.x86_64.rpm (info) (download)
Changelog * Wed May 23 2012 Vaibhav Verma <vverna@nbcs.rutgers.edu> - 0.50-62.6.ru6 - Rebuilt for Rutgers CentOS6. * Thu Nov 05 2009 Ionuț C. Arțăriși <mapleoin@fedoraproject.org> - 0.50-62.6 - don't create an umbrella package, make only one main package instead * Wed Nov 04 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 0.50-62.5 - use %global instead of %define - comment escape doc macro - added subpackage requires - declare that there is no debug package - add %check * Sat Oct 31 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 0.50-62.4 - use %doc macro * Fri Oct 02 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 0.50-62.3 - removed INSTALL file - moved all doc files to the same dir * Thu Oct 01 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 0.50-62.2 - don't include tests - move html docs to the right dir - add Provides: -static - fixed Group: - fixed /usr/lib problem for 64-bit systems in Makefile * Wed Sep 30 2009 Ionuț Arțăriși <mapleoin@fedoraproject.org> - 0.50-62-1 - Initial release