diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-05-11 02:15:09 (GMT) |
commit | e2c41d8436f8c82bd269ee831b23b98aafd9bb5a (patch) | |
tree | 51802bd4898d24d77f1ca62ed6f4117a0cc62f99 /Source/cmAddTestCommand.cxx | |
parent | ec4fbc338c6f5ed25700cd453326f90cc1313f39 (diff) | |
download | CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.zip CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.gz CMake-e2c41d8436f8c82bd269ee831b23b98aafd9bb5a.tar.bz2 |
ENH: move changes from main tree
Diffstat (limited to 'Source/cmAddTestCommand.cxx')
-rw-r--r-- | Source/cmAddTestCommand.cxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmAddTestCommand.cxx b/Source/cmAddTestCommand.cxx index 00cda18..cf50401 100644 --- a/Source/cmAddTestCommand.cxx +++ b/Source/cmAddTestCommand.cxx @@ -22,10 +22,9 @@ // cmExecutableCommand bool cmAddTestCommand::InitialPass(std::vector<std::string> const& args) { - // First argument is the name of the test - // Second argument is the name of the executable to run (a target or external - // program) - // Remaining arguments are the arguments to pass to the executable + // First argument is the name of the test Second argument is the name of + // the executable to run (a target or external program) Remaining arguments + // are the arguments to pass to the executable if(args.size() < 2 ) { this->SetError("called with incorrect number of arguments"); |