You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Dimitris Zlatanidis 37519d65e9 development/gtest: Fix missing headers. 9 years ago
..
README development/gtest: Updated for version 1.7.0 + new maintainer. 10 years ago
gtest.SlackBuild development/gtest: Fix missing headers. 9 years ago
gtest.info development/gtest: Updated for version 1.8.0. 9 years ago
slack-desc development/gtest: Fix slack-desc. 9 years ago

README

gtest (Google C++ Testing Framework)

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.