1URL: http://code.google.com/p/googletest/
2Version: 1.7.0
3License: BSD
4License File: COPYING
5
6Description:
7Google's framework for writing C++ tests on a variety of platforms
8(Linux, Mac OS X, Windows, Windows CE, Symbian, etc).  Based on the
9xUnit architecture.  Supports automatic test discovery, a rich set of
10assertions, user-defined assertions, death tests, fatal and non-fatal
11failures, various options for running the tests, and XML test report
12generation.
13
14Local Modifications:
15Removed unused declarations of kPathSeparatorString to have warning free build.