colobot/lib/gtest
Piotr Dziwinski 31c29ea482 CModelFile fixes; test framework
- fixes in CModelFile IO
- added Google Test framework for automatic testing
- rewrote modelfile_test in the new framework
2012-09-08 03:05:12 +02:00
..
include/gtest CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
src CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
CMakeLists.txt CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
COPYING.txt CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
README-gtest.txt CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00
README.txt CModelFile fixes; test framework 2012-09-08 03:05:12 +02:00

README.txt

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.