NOTICE: This package has been removed from pkgsrc

./wip/gtest, Google C++ Testing Framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 1.6.0, Package name: gtest-1.6.0, Maintainer: ryoon

Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based
on the xUnit architecture. Supports automatic test discovery, a
rich set of assertions, user-defined assertions, death tests, fatal
and non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.


Required to run:
[lang/python26]

Required to build:
[archivers/unzip] [devel/libtool-base]

Master sites:

SHA1: 00d6be170eb9fc3b2198ffdcb1f1d6ba7fc6e621
RMD160: ae4be5325f0cd83fea9902aa8674915ef2dcf8b4
Filesize: 1095.407 KB

Version history: (Expand)


CVS history: (Expand)


   2011-05-14 00:23:23 by Ryo ONODERA | Files touched by this commit (7) | Package removed
Log message:
Remove gtest, we have googletest as devel/googletest already.
   2011-05-12 13:50:57 by Ryo ONODERA | Files touched by this commit (7) | Imported package
Log message:
Import gtest-1.6.0 as wip/gtest.

Google's framework for writing C++ tests on a variety of platforms
(Linux, Mac OS X, Windows, Cygwin, Windows CE, and Symbian). Based
on the xUnit architecture. Supports automatic test discovery, a
rich set of assertions, user-defined assertions, death tests, fatal
and non-fatal failures, value- and type-parameterized tests, various
options for running the tests, and XML test report generation.