summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorKyle Edwards <kyle.edwards@kitware.com>2018-05-03 20:49:40 (GMT)
committerKyle Edwards <kyle.edwards@kitware.com>2018-05-09 12:23:01 (GMT)
commit9deaf07597a561047d9b9bd3122b948e060682f7 (patch)
treee3a3d217f060d067e03a656e66c40896b5fb4659 /Help
parent563781099f08ce36c2213066936806e8bb78b933 (diff)
downloadCMake-9deaf07597a561047d9b9bd3122b948e060682f7.zip
CMake-9deaf07597a561047d9b9bd3122b948e060682f7.tar.gz
CMake-9deaf07597a561047d9b9bd3122b948e060682f7.tar.bz2
Help: add release notes for ctest_start() changes
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/ctest-start-args-rework.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/dev/ctest-start-args-rework.rst b/Help/release/dev/ctest-start-args-rework.rst
new file mode 100644
index 0000000..cbe6652
--- /dev/null
+++ b/Help/release/dev/ctest-start-args-rework.rst
@@ -0,0 +1,7 @@
+ctest-start-args-rework
+-----------------------
+
+* The :command:`ctest_start` command has been reworked so that you can simply
+ call ``ctest_start(APPEND)`` and it will read all the needed information from
+ the TAG file. The argument parsing has also been relaxed so that the order of
+ the arguments is less significant.