diff options
author | Brad King <brad.king@kitware.com> | 2019-11-07 16:27:48 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-11-07 19:21:18 (GMT) |
commit | 28994115e83b568ccba546db26a55381cbad244d (patch) | |
tree | 1b109db3fddad3a96a4c8ac2b91917bc24a15ae4 /Source/CTest/cmCTestTestCommand.h | |
parent | 42d5d8f425e655a07d3dcb0802d90cb5c167b164 (diff) | |
download | CMake-28994115e83b568ccba546db26a55381cbad244d.zip CMake-28994115e83b568ccba546db26a55381cbad244d.tar.gz CMake-28994115e83b568ccba546db26a55381cbad244d.tar.bz2 |
ctest_test: Add option to REPEAT tests
Diffstat (limited to 'Source/CTest/cmCTestTestCommand.h')
-rw-r--r-- | Source/CTest/cmCTestTestCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CTest/cmCTestTestCommand.h b/Source/CTest/cmCTestTestCommand.h index 4019694..2345afb 100644 --- a/Source/CTest/cmCTestTestCommand.h +++ b/Source/CTest/cmCTestTestCommand.h @@ -55,6 +55,7 @@ protected: std::string ExcludeFixtureSetup; std::string ExcludeFixtureCleanup; std::string ParallelLevel; + std::string Repeat; std::string ScheduleRandom; std::string StopTime; std::string TestLoad; |