diff options
author | Justin Goshi <jgoshi@microsoft.com> | 2017-10-25 15:00:15 -0700 |
---|---|---|
committer | Justin Goshi <jgoshi@microsoft.com> | 2017-11-03 09:39:01 -0700 |
commit | 35a52bd1b4d0350d3c7e94611dd90ddb4b123352 (patch) | |
tree | 9b87b1f35934532109e1b34be528cc810e66b1a2 /Source/cmServerProtocol.h | |
parent | 206354ac4c2b0e245cc02f3c9f8b82990f829ee8 (diff) | |
download | cmake-35a52bd1b4d0350d3c7e94611dd90ddb4b123352.tar.gz |
server: add "ctestInfo" request to get test info
Diffstat (limited to 'Source/cmServerProtocol.h')
-rw-r--r-- | Source/cmServerProtocol.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmServerProtocol.h b/Source/cmServerProtocol.h index 124ac7f679..df71cffc70 100644 --- a/Source/cmServerProtocol.h +++ b/Source/cmServerProtocol.h @@ -123,6 +123,7 @@ private: cmServerResponse ProcessGlobalSettings(const cmServerRequest& request); cmServerResponse ProcessSetGlobalSettings(const cmServerRequest& request); cmServerResponse ProcessFileSystemWatchers(const cmServerRequest& request); + cmServerResponse ProcessCTests(const cmServerRequest& request); enum State { |