Fix sentence break in add_test documentation
Commit 42de5d02
(Add WORKING_DIRECTORY argument to add_test, 2010-12-16)
added a new sentence to a paragraph without separating it by " " from
the previous sentence. Add the missing spaces.
This commit is contained in:
parent
96309fc6e2
commit
667a90a084
|
@ -74,7 +74,7 @@ public:
|
||||||
"add_executable) it will automatically be replaced by the location "
|
"add_executable) it will automatically be replaced by the location "
|
||||||
"of the executable created at build time. "
|
"of the executable created at build time. "
|
||||||
"If a CONFIGURATIONS option is given then the test will be executed "
|
"If a CONFIGURATIONS option is given then the test will be executed "
|
||||||
"only when testing under one of the named configurations."
|
"only when testing under one of the named configurations. "
|
||||||
"If a WORKING_DIRECTORY option is given then the test will be executed "
|
"If a WORKING_DIRECTORY option is given then the test will be executed "
|
||||||
"in the given directory."
|
"in the given directory."
|
||||||
"\n"
|
"\n"
|
||||||
|
|
Loading…
Reference in New Issue