Merge topic 'revert-add_test-special-chars'

5fc5f4d26e add_test: Revert "Allow special characters in test name"

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5067
This commit is contained in:
Brad King
2020-07-28 12:22:20 +00:00
committed by Kitware Robot
59 changed files with 22 additions and 383 deletions

View File

@@ -10,9 +10,8 @@ Add a test to the project to be run by :manual:`ctest(1)`.
[WORKING_DIRECTORY <dir>]
[COMMAND_EXPAND_LISTS])
Adds a test called ``<name>``. The test name may contain arbitrary
characters except for double-quotes. However, if it contains spaces
or semicolons it must be enclosed in double-quotes. The options are:
Adds a test called ``<name>``. The test name may not contain spaces,
quotes, or other characters special in CMake syntax. The options are:
``COMMAND``
Specify the test command-line. If ``<command>`` specifies an