mirror of
https://github.com/reactos/CMake.git
synced 2025-02-21 20:40:44 +00:00
Merge topic 'doc-add_test-names'
d017058 add_test: Document test name restrictions (#14298)
This commit is contained in:
commit
085ed41f65
@ -71,6 +71,9 @@ public:
|
||||
" add_test(NAME <name> [CONFIGURATIONS [Debug|Release|...]]\n"
|
||||
" [WORKING_DIRECTORY dir]\n"
|
||||
" COMMAND <command> [arg1 [arg2 ...]])\n"
|
||||
"Add a test called <name>. "
|
||||
"The test name may not contain spaces, quotes, or other characters "
|
||||
"special in CMake syntax. "
|
||||
"If COMMAND specifies an executable target (created by "
|
||||
"add_executable) it will automatically be replaced by the location "
|
||||
"of the executable created at build time. "
|
||||
|
Loading…
x
Reference in New Issue
Block a user