Path to this page:
Subject: CVS commit: wip/gtest
From: Ryo ONODERA
Date: 2011-05-12 13:50:57
Message id: E1QKUQE-0002d9-Vh@sfs-ml-2.v29.ch3.sourceforge.com
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.
Files: