summaryrefslogtreecommitdiffstats
path: root/Source/cmSetTestsPropertiesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-03-10 16:13:15 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-03-10 16:13:15 (GMT)
commit6b47b288678569a630c14af24200ec6f3736218a (patch)
tree046f59fe806476f6a057ea1627285f70fba055a2 /Source/cmSetTestsPropertiesCommand.h
parente0be3c71257164b58ce5ae1a0399b1d5b7f2441a (diff)
downloadCMake-6b47b288678569a630c14af24200ec6f3736218a.zip
CMake-6b47b288678569a630c14af24200ec6f3736218a.tar.gz
CMake-6b47b288678569a630c14af24200ec6f3736218a.tar.bz2
ENH: fix line length style stuff
Diffstat (limited to 'Source/cmSetTestsPropertiesCommand.h')
-rw-r--r--Source/cmSetTestsPropertiesCommand.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/cmSetTestsPropertiesCommand.h b/Source/cmSetTestsPropertiesCommand.h
index c5bf5fa..e1bc069 100644
--- a/Source/cmSetTestsPropertiesCommand.h
+++ b/Source/cmSetTestsPropertiesCommand.h
@@ -52,12 +52,15 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " SET_TESTS_PROPERTIES(test1 [test2...] PROPERTIES prop1 value1 prop2 value2)\n"
+ " SET_TESTS_PROPERTIES(test1 [test2...] PROPERTIES prop1 value1 prop2"
+ " value2)\n"
"Set a property for the tests. If the property is not found, CMake will "
"report an error. The properties include:\n"
- "WILL_FAIL: If set to true, this will invert the pass/fail flag of the test.\n"
+ "WILL_FAIL: If set to true, this will invert the pass/fail flag of the"
+ " test.\n"
"PASS_REGULAR_EXPRESSION: If set, the test output will be checked "
- "against the specified regular expressions and at least one of the regular "
+ "against the specified regular expressions and at least one of the"
+ " regular "
"expressions has to match, otherwise the test will fail.\n"
" Example: PASS_REGULAR_EXPRESSION \"TestPassed;All ok\"\n"
"FAIL_REGULAR_EXPRESSION: If set, if the output will match to one of "