summaryrefslogtreecommitdiffstats
path: root/test/unit/ui/edit_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-121-90/+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
* Fixed testskrzys-h2014-06-261-7/+13
|
* Some further refactoring and test correctionsPiotr Dziwinski2013-12-201-1/+2
|
* Changes in build organizationPiotr Dziwinski2013-06-221-1/+4
| | | | | | | | * targets are now created in top-level build directory * more things are now configured through CMake options * changed debug build detection from NDEBUG to DEV_BUILD * moved po and desktop directories * moved last unit test out of src directory
* Fixed testskrzys-h2013-05-041-1/+1
|
* Fixed edit_testPiotr Dziwinski2013-03-271-2/+11
|
* CInstanceManager refactoringPiotr DziwiƄski2013-02-171-6/+3
| | | | | | | | | * removed classes managed by CInstanceManager except for CObject, CPyro, CBrain and CPhysics because of dependencies * refactored instance searching to use existing singleton instances of CApplication, CEngine and CRobotMain and calling their getter functions
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+74
* 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