summaryrefslogtreecommitdiffstats
path: root/lib/gtest/README.txt
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-09-08 03:05:12 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-09-08 03:05:12 +0200
commit31c29ea482e3bb868e60a0de05d513511a942b97 (patch)
tree6101f1adeebbbf8c798cd51ec13e32549f14a44f /lib/gtest/README.txt
parent0b1e6949b0aaefd85f63c6a2d5f4d2b207e9b12d (diff)
downloadcolobot-31c29ea482e3bb868e60a0de05d513511a942b97.tar.gz
colobot-31c29ea482e3bb868e60a0de05d513511a942b97.tar.bz2
colobot-31c29ea482e3bb868e60a0de05d513511a942b97.zip
CModelFile fixes; test framework
- fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework
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.