mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
8 lines
461 B
Plaintext
8 lines
461 B
Plaintext
The googletest package provides Google's C++ test writing framework.
|
|
It is based on the xUnit architecture and works for a variety of
|
|
platforms (Linux, Mac OS X, Windows, Cygwin, Windows CE, and
|
|
Symbian). It provides various options for running the tests, a rich
|
|
set of assertions, automatic test discovery, and XML test report
|
|
generation. It supports type- and value-parameterized tests, death
|
|
tests, fatal and non-fatal failures, and user-defined assertions.
|