summaryrefslogtreecommitdiffstats
path: root/test/unit/common/profile_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* BROWN-PAPER COMMIT: Drop the tests to have the thing buildDidier Raboud2013-03-271-0/+1
| | | | 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/+43
* 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