summaryrefslogtreecommitdiffstats
path: root/src/ui/test/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-36/+0
| | | | | | | * 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
* Fixed edit_test linking issuePiotr Dziwinski2013-01-171-1/+1
|
* Small fix in detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
|
* Put common CXX flags in common variablesDidier Raboud2012-12-191-1/+2
| | | | | CMAKE_CXX_FLAGS is taken into account in all builds; build-type-specific flags are appended to it.
* Don't enforce CMake build type on users.Didier Raboud2012-12-191-1/+3
| | | | Only set CMAKE_BUILD_TYPE to Debug when no value is provided.
* Split gtest and gmock, fixed using system packagesPiotr Dziwinski2012-12-161-1/+2
| | | | | | - split the bundled gtest and gmock libraries - allowed the use of system gmock - refactoring in CMakeLists
* Saving scripts on game save should work. Added stub for particle.Zaba9992012-10-111-1/+1
|
* Added saving user scripts on game save. Fixed bug in writing script to file.Zaba9992012-10-111-0/+33