summaryrefslogtreecommitdiffstats
path: root/Tests/Server/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* CMake build: Use new FindPython moduleMarc Chevrier2018-03-201-2/+2
|
* Tests: reworked server tests to allow other operation modesJustin Berger2017-10-301-6/+6
|
* Tests: Teach Server test to print server return codeBrad King2017-08-301-1/+1
| | | | This will aid in diagnosing failures.
* Server: test cache after reconnectDaniel Pfeifer2017-08-131-0/+1
|
* Tests: Avoid generating .pyc files during Server testBrad King2017-04-031-0/+1
| | | | | | Avoid writing any files to the source tree during testing. Fixes: #16770
* server-mode: Add project data for unit testsTobias Hunger2016-09-281-0/+2
| | | | | | | | | 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-0/+1
| | | | | | | 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/+23