summaryrefslogtreecommitdiffstats
path: root/test/unit/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-13/+20
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Refactored platform-specific codePiotr Dziwinski2013-03-191-0/+22
| | | | Moved functions from .h to .cpp files
* * Fix for issue #140 (not compiling sound files while sound support is enabled)erihel2013-03-141-1/+27
|
* Better light sortingPiotr Dziwinski2013-02-251-7/+160
| | | | Should fix lighting issue (#62)
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+24
* 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