Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | server: Updated server tests to try various communication channels | Justin Berger | 2017-11-01 | 1 | -79/+79 |
| | |||||
* | Tests: reworked server tests to allow other operation modes | Justin Berger | 2017-10-30 | 1 | -18/+8 |
| | |||||
* | Tests: Teach Server test to print server return code | Brad King | 2017-08-30 | 1 | -0/+1 |
| | | | | This will aid in diagnosing failures. | ||||
* | Server: test cache after reconnect | Daniel Pfeifer | 2017-08-13 | 1 | -15/+9 |
| | |||||
* | Tests: Teach Server test to forward exit code from server process | Justin Berger | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | Tests/Server: import print_function from the future | Ben Boeckel | 2017-05-10 | 1 | -0/+1 |
| | | | | | | This makes the output much more readable. Suggested-by: Matt Soucy | ||||
* | Tests: Teach Server test to wait for server exit | Brad King | 2016-09-30 | 1 | -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 tests | Tobias Hunger | 2016-09-28 | 1 | -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 command | Tobias Hunger | 2016-09-26 | 1 | -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 test | Tobias Hunger | 2016-09-19 | 1 | -0/+82 |