mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
a20987732b
Restore the change from commitf84af8e270(add_test: Allow special characters in test name, 2020-05-16, v3.18.0-rc1~142^2) that had to be reverted by commitf84af8e270(add_test: Allow special characters in test name, 2020-05-16, v3.18.0-rc1~142^2) for compatibility. Add policy CMP0110 to make the change in a compatible way. Also, support even more characters than before by generating the test scripts using bracket arguments around the test names. Fixes: #19391 Signed-off-by: Deniz Bahadir <dbahadir@benocs.com>
7 lines
234 B
ReStructuredText
7 lines
234 B
ReStructuredText
add_test-special-chars-in-name
|
|
------------------------------
|
|
|
|
* The :command:`add_test` command now (officially) supports whitespace and
|
|
other special characters in the name for the test it creates.
|
|
See policy :policy:`CMP0110`.
|