diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 17:24:37 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-07-15 17:24:37 (GMT) |
commit | 455d8fc3868087d2704f723a1d115008f8435cf5 (patch) | |
tree | 8a06d2cb4dca71d1f83bc04613cd46878055853a /Source/cmAddTestCommand.h | |
parent | 68bbbf95a4448fd9476ae4b7177a6545b8ab6931 (diff) | |
download | CMake-455d8fc3868087d2704f723a1d115008f8435cf5.zip CMake-455d8fc3868087d2704f723a1d115008f8435cf5.tar.gz CMake-455d8fc3868087d2704f723a1d115008f8435cf5.tar.bz2 |
BUG: fix for bug 1838
Diffstat (limited to 'Source/cmAddTestCommand.h')
-rw-r--r-- | Source/cmAddTestCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 1718547..add8ecb 100644 --- a/Source/cmAddTestCommand.h +++ b/Source/cmAddTestCommand.h @@ -67,7 +67,9 @@ public: "The tests are run by the testing subsystem by executing Exename " "with the specified arguments. Exename can be either an executable " "built by built by this project or an arbitrary executable on the " - "system (like tclsh)."; + "system (like tclsh). The test will be run with the current working " + "directory set to the CMakeList.txt files corresponding directory " + "in the binary tree."; } cmTypeMacro(cmAddTestCommand, cmCommand); |