summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Some further changes in CMakeListsPiotr Dziwinski2013-06-241-2/+2
| | | | | | * removed DEV_BUILD autodetection (could be confusing) * ignore desktop subdirectory on Windows * some refactoring
* Enhanced logging, option to auto-start missionPiotr Dziwinski2013-06-161-1/+1
| | | | | | | | | * added logging of application events * changed debug mode flag to independent debug modes * added option to auto-start mission (load a mission immediately after startup) * removed "enum value out of range" prints * some refactoring
* Sorry, I've meant colobot_ut!krzys-h2013-04-271-1/+1
|
* Commented out edit_testkrzys-h2013-04-271-1/+1
| | | | because Travis is still failing
* * Changed order of libs in cmake for clipboarderihel2013-04-201-3/+3
|
* * Added clipboard support (issue #60)erihel2013-04-111-1/+7
| | | | * Fixed keyboard shortcuts while code editing in game
* * Fixed and turned on edit_testerihel2013-03-291-23/+23
|
* OK, I give up.krzys-h2013-03-291-23/+23
|
* Fixed edit_testkrzys-h2013-03-291-23/+23
|
* Tests are broken againkrzys-h2013-03-291-23/+23
|
* Fixed edit_testPiotr Dziwinski2013-03-271-22/+32
|
* BROWN-PAPER COMMIT: Drop the tests to have the thing buildDidier Raboud2013-03-271-20/+20
| | | | Someone understanding GMock / GTest needs to replace that commit (and the two parents) with a working setup
* * Fixed app stub in edit testerihel2013-03-171-0/+1
|
* Comment the test that fails, with a TODO.Didier Raboud2013-02-141-1/+2
|
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+29
* 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