diff options
author | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-02-15 07:38:25 +0200 |
---|---|---|
committer | Dimitris Zlatanidis <d.zlatanidis@gmail.com> | 2016-02-15 07:38:25 +0200 |
commit | f65c79aed48114b6708158b8fba421d22c16cd82 (patch) | |
tree | 34c26f246e1fc28fdf75e78a0fdaf9b732d176ac /development/gtest/README | |
parent | 4442076cfa40966b5466bf5e7a5236860e6d22f5 (diff) |
development/gtest: Updated for version 1.7.0 + new maintainer.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
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 094b0fb409470..d0bacf4248db7 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 |