From 455d8fc3868087d2704f723a1d115008f8435cf5 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 15 Jul 2005 13:24:37 -0400 Subject: [PATCH] BUG: fix for bug 1838 --- Source/cmAddTestCommand.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Source/cmAddTestCommand.h b/Source/cmAddTestCommand.h index 1718547b0..add8ecb39 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);