diff options
author | Brad King <brad.king@kitware.com> | 2017-11-07 13:18:35 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-11-07 13:18:59 (GMT) |
commit | 1348f97784e0aaa1c4254011bfc9b6990993ee53 (patch) | |
tree | d6aca39d2f12c631eb572ce6502e7d1938ad38d5 /Source/cmMakefile.h | |
parent | c37c4771cb876146ae0d23a2008482d6fcd53e35 (diff) | |
parent | 35a52bd1b4d0350d3c7e94611dd90ddb4b123352 (diff) | |
download | CMake-1348f97784e0aaa1c4254011bfc9b6990993ee53.zip CMake-1348f97784e0aaa1c4254011bfc9b6990993ee53.tar.gz CMake-1348f97784e0aaa1c4254011bfc9b6990993ee53.tar.bz2 |
Merge topic 'server-test-info'
35a52bd1 server: add "ctestInfo" request to get test info
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1414
Diffstat (limited to 'Source/cmMakefile.h')
-rw-r--r-- | Source/cmMakefile.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmMakefile.h b/Source/cmMakefile.h index bc8c2d1..6867c02 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 |