Add files from parent branch HEAD:
[pkgsrcv2.git] / devel / googletest / DESCR
1 The googletest package provides Google's C++ test writing framework.
2 It is based on the xUnit architecture and works for a variety of
3 platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
4 Symbian). It provides various options for running the tests, a rich
5 set of assertions, automatic test discovery, and XML test report
6 generation. It supports type- and value-parameterized tests, death
7 tests, fatal and non-fatal failures, and user-defined assertions.