summaryrefslogtreecommitdiffstats
path: root/Source/cmAddTestCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2010-12-21 19:15:05 (GMT)
committerBrad King <brad.king@kitware.com>2010-12-21 19:15:05 (GMT)
commit667a90a0844a2b00a046e9597811c06905b6347d (patch)
treed8192338f147b4ce8f737810e4f662a402b8c41f /Source/cmAddTestCommand.h
parent96309fc6e2439ede2604fc18ad04e82ffc54b606 (diff)
downloadCMake-667a90a0844a2b00a046e9597811c06905b6347d.zip
CMake-667a90a0844a2b00a046e9597811c06905b6347d.tar.gz
CMake-667a90a0844a2b00a046e9597811c06905b6347d.tar.bz2
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.
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r--Source/cmAddTestCommand.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h
index 9eb4e9f..6a0ace0 100644
--- a/Source/cmAddTestCommand.h
+++ b/Source/cmAddTestCommand.h
@@ -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"