diff options
author | Bernski Comadizo <bcomadizo@gmail.com> | 2013-02-12 23:14:17 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-02-14 00:26:58 -0600 |
commit | feba97c81c1810e1259c23b559616418446df030 (patch) | |
tree | f758ecca92b865efea1a111818faf98155b3211f /development/gtest/README | |
parent | d2f4275f17b612ac446ec3243c840ba1af595e96 (diff) | |
download | slackbuilds-feba97c81c1810e1259c23b559616418446df030.tar.gz |
development/gtest: Added (Google C++ Testing Framework)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'development/gtest/README')
-rw-r--r-- | development/gtest/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/development/gtest/README b/development/gtest/README new file mode 100644 index 0000000000..094b0fb409 --- /dev/null +++ b/development/gtest/README @@ -0,0 +1,21 @@ +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. + +Homepage: http://code.google.com/p/googletest + + +IMPORTANT NOTE: + +This build script builds a legacy version. A section on the FAQ pages +from the home site warns about the use of "make install" which is now +deprecated on the latest version. However, you can still continue to do +this if you know what you are doing. You can read more about this here: + +Why is it not recommended to install a pre-compiled copy of Google Test +http://code.google.com/p/googletest/wiki/FAQ |