summaryrefslogtreecommitdiffstats
path: root/lib/gtest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gtest/README.txt')
-rw-r--r--lib/gtest/README.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gtest/README.txt b/lib/gtest/README.txt
new file mode 100644
index 0000000..390886f
--- /dev/null
+++ b/lib/gtest/README.txt
@@ -0,0 +1,5 @@
+This directory contains part of distribution of Google Test (http://code.google.com/p/googletest/)
+ - a C++ framework for unit tests. There are source files, include headers and a custom CMakeLists.txt
+to compile static library. Only these files are kept from the official distribution as only
+they are necessary. For more info, see the original README file from gtest: REDME-gtest.txt.
+License info is kept in the original COPYING.txt.