summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-01-29 13:04:54 +0000
committerKitware Robot <kwrobot@kitware.com>2018-01-29 08:04:59 -0500
commit18153217e27d2cf560d874313557ec9fa2bcffdb (patch)
tree5ac3c0c076a3c6be4f8fcd9607106bbfccaa9b73 /Source/cmCTest.h
parenta271286f417731916cd60c546665ec030bc5b2c7 (diff)
parent13347740e2fe00ad51493c89087f1bbbc35b224c (diff)
downloadcmake-18153217e27d2cf560d874313557ec9fa2bcffdb.tar.gz
Merge topic 'ctest_start_function_scope'
13347740 Help: add release notes, documentation for CTEST_RUN_CURRENT_SCRIPT behavior 74092d92 cmCTestScriptHandler: Add new field ShouldRunCurrentScript Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !1703
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index a4d9a86661..673a40e5f1 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -458,6 +458,8 @@ public:
void GenerateSubprojectsOutput(cmXMLWriter& xml);
std::vector<std::string> GetLabelsForSubprojects();
+ void SetRunCurrentScript(bool value);
+
private:
int RepeatTests;
bool RepeatUntilFail;