summaryrefslogtreecommitdiffstats
path: root/lib/gtest
Commit message (Collapse)AuthorAgeFilesLines
* Added option to force to use bundled gmock/gtestPiotr Dziwinski2013-10-241-3/+0
| | | | | | * resolves problem when version of gmock/gtest found installed in system disagrees with the bundled one * removed -DGTEST_HAVE_PTHREAD=0, seems that pthread is needed after all
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-1629-16854/+424
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-1126-0/+16397
|
* CModelFile fixes; test frameworkPiotr Dziwinski2012-09-0838-0/+30654
- fixes in CModelFile IO - added Google Test framework for automatic testing - rewrote modelfile_test in the new framework