summaryrefslogtreecommitdiffstats
path: root/test/unit/common
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' into dev-physfskrzys-h2014-10-141-0/+18
|\ | | | | | | | | Conflicts: data
| * Changed all occurences of PPC in the code to TerranovaTeamkrzys-h2014-10-141-0/+18
| |
* | Fixes in unit testsPiotr Dziwinski2014-10-071-1/+0
|/
* CProfile refactoringPiotr Dziwinski2014-08-121-6/+6
|
* Better CMake organization and unit test cleanupsPiotr Dziwinski2014-08-123-85/+2
| | | | | | | * 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-272-3/+4
| | | | Someone understanding GMock / GTest needs to replace that commit (and the two parents) with a working setup
* Fixes for compiling on MSYSPiotr Dziwinski2013-03-221-1/+1
| | | | | | * fixed SDL_main() and putenv() issues * disabled desktop subdir for MSYS * disabled building CBot_console for now
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-034-0/+131
* 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