diff options
Diffstat (limited to 'Help/command/ctest_update.rst')
-rw-r--r-- | Help/command/ctest_update.rst | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Help/command/ctest_update.rst b/Help/command/ctest_update.rst new file mode 100644 index 0000000..d34e192 --- /dev/null +++ b/Help/command/ctest_update.rst @@ -0,0 +1,13 @@ +ctest_update +------------ + +Update the work tree from version control. + +:: + + ctest_update([SOURCE source] [RETURN_VALUE res]) + +Updates the given source directory and stores results in Update.xml. +If no SOURCE is given, the CTEST_SOURCE_DIRECTORY variable is used. +The RETURN_VALUE option specifies a variable in which to store the +result, which is the number of files updated or -1 on error. |