summaryrefslogtreecommitdiffstats
path: root/test/unit/common
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-034-0/+131
* all tests are now in /test/ subdirectory * unit tests concatenated to one executable (TODO: ui, common) * preparation for test environments (OpenGL and others) * removed old TestCBot