summaryrefslogtreecommitdiffstats
path: root/test/unit/common/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-121-21/+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
* Run image_testDidier Raboud2013-11-181-0/+2
|
* Re-enable profile_test testDidier Raboud2013-11-181-3/+6
|
* BROWN-PAPER COMMIT: Drop the tests to have the thing buildDidier Raboud2013-03-271-3/+3
| | | | Someone understanding GMock / GTest needs to replace that commit (and the two parents) with a working setup
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-0/+16
* 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