summaryrefslogtreecommitdiffstats
path: root/src/CBot/tests
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring in tests infrastructurePiotr Dziwinski2013-02-0389-6105/+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 detecting language. Fixes needed to compile code using clangMarcin Zawadzki2013-01-051-1/+0
|
* Put common CXX flags in common variablesDidier Raboud2012-12-191-2/+3
| | | | | 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.
* Changed GivAttrName() to GetAttrName()Michał Konopacki2012-08-114-38/+38
|
* CBot console interpreterMichał Konopacki2012-08-0989-2958/+732
| | | | Based on program found in sources
* CleanupsMichał Konopacki2012-08-08105-0/+8329