summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* * 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