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:
Brad King 2010-12-21 14:15:05 -05:00
parent 96309fc6e2
commit 667a90a084
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public:
"add_executable) it will automatically be replaced by the location "
"of the executable created at build time. "
"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 "
"in the given directory."
"\n"