summaryrefslogtreecommitdiffstats
path: root/test/unit/common/image_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-121-57/+0
| | | | | | | * created a static library containing most source modules to avoid compiling source modules twice in code and unit tests * moved profile_test to main unit tests executable * removed image_test and edit_test as not really useful
* 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-031-0/+57
* 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