mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
f051814ed0
Run the convert-help.bash script to convert documentation: ./convert-help.bash "/path/to/CMake-build/bin" Then remove it.
17 lines
227 B
ReStructuredText
17 lines
227 B
ReStructuredText
ctest_sleep
|
|
-----------
|
|
|
|
sleeps for some amount of time
|
|
|
|
::
|
|
|
|
ctest_sleep(<seconds>)
|
|
|
|
Sleep for given number of seconds.
|
|
|
|
::
|
|
|
|
ctest_sleep(<time1> <duration> <time2>)
|
|
|
|
Sleep for t=(time1 + duration - time2) seconds if t > 0.
|