summaryrefslogtreecommitdiff
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-10-29 14:21:38 -0400
committerBrad King <brad.king@kitware.com>2019-10-29 15:14:36 -0400
commit39ac8b4eb5c5ea99cf1053bd37e76d811f5122fc (patch)
tree284a7da62ff3285b1809618e822dd1c693ec03dd /Source/cmCTest.h
parent80c2c9d14cf1c1a8f162e119bd00d5f483a94af2 (diff)
downloadcmake-39ac8b4eb5c5ea99cf1053bd37e76d811f5122fc.tar.gz
ctest: Add --repeat-after-timeout option
Add an option to re-run tests if they timeout. This will help tolerate sporadic timeouts on busy machines.
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index c6b89281d7..bef0f8d368 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -438,6 +438,7 @@ public:
Never,
UntilFail,
UntilPass,
+ AfterTimeout,
};
Rerun GetRerunMode() const;