summaryrefslogtreecommitdiffstats
path: root/src/common/test/profile_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-031-44/+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
* Small fix in profile + profile_test rewritten to gtest.Zaba9992012-09-281-29/+30
|
* * New CPluginManager class for managing plugins based on colobot.inierihel2012-08-121-0/+8
| | | | | * Moved sound plugin into sound dir * Minor changes in logger and profile
* * changed 0, NULL to nullptrerihel2012-08-091-0/+35
* changed profile.cpp to use SimpleIni to load config files * added new CProfile singleton class for loading config * added SimpleIni to lib/ dir * added config loading tests