summaryrefslogtreecommitdiffstats
path: root/Tests/Server/server-test.py
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Teach Server test to wait for server exitBrad King2016-09-301-0/+14
| | | | | | | We expect the server to exit when its communication pipes are closed. Close them and wait for the server to exit. If supported by the current version of python, kill the server if it does not exit after a few seconds.
* server-mode: Add project data for unit testsTobias Hunger2016-09-281-15/+22
| | | | | | | | | Do some basic unit tests for "codemodel", "cmakeInputs" and "cache" commands of the cmake server. This just calls the commands right now and makes sure the server thinks it can reply to the request. The data itself is currently not validated.
* server-mode: Query global configuration of cmake via a commandTobias Hunger2016-09-261-1/+17
| | | | | | | Add "globalSettings" command that returns: * Return capability information * Return currently used generator/extra generator * Return a range of flags for debug/trace/etc.
* cmake-server: Add unit testTobias Hunger2016-09-191-0/+82