diff options
Diffstat (limited to 'development/gtest/README')
-rw-r--r-- | development/gtest/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/development/gtest/README b/development/gtest/README index 094b0fb409..d0bacf4248 100644 --- a/development/gtest/README +++ b/development/gtest/README @@ -6,16 +6,3 @@ 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 |