summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
diff options
context:
space:
mode:
authorJustin Goshi <jgoshi@microsoft.com>2017-10-25 22:00:15 (GMT)
committerJustin Goshi <jgoshi@microsoft.com>2017-11-03 16:39:01 (GMT)
commit35a52bd1b4d0350d3c7e94611dd90ddb4b123352 (patch)
tree9b87b1f35934532109e1b34be528cc810e66b1a2 /Source/cmMakefile.h
parent206354ac4c2b0e245cc02f3c9f8b82990f829ee8 (diff)
downloadCMake-35a52bd1b4d0350d3c7e94611dd90ddb4b123352.zip
CMake-35a52bd1b4d0350d3c7e94611dd90ddb4b123352.tar.gz
CMake-35a52bd1b4d0350d3c7e94611dd90ddb4b123352.tar.bz2
server: add "ctestInfo" request to get test info
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r--Source/cmMakefile.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h
index 7c6cca5..01a9fb7 100644
--- a/Source/cmMakefile.h
+++ b/Source/cmMakefile.h
@@ -617,6 +617,11 @@ public:
cmGlobalGenerator* GetGlobalGenerator() const;
/**
+ * Get all the test names this makefile knows about
+ */
+ void GetTestNames(std::vector<std::string>& testNames);
+
+ /**
* Get all the source files this makefile knows about
*/
const std::vector<cmSourceFile*>& GetSourceFiles() const