diff options
author | Brad King <brad.king@kitware.com> | 2010-12-21 19:15:05 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-12-21 19:15:05 (GMT) |
commit | 667a90a0844a2b00a046e9597811c06905b6347d (patch) | |
tree | d8192338f147b4ce8f737810e4f662a402b8c41f /Source/cmAddTestCommand.h | |
parent | 96309fc6e2439ede2604fc18ad04e82ffc54b606 (diff) | |
download | CMake-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.h | 2 |
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" |