diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-08-23 15:12:19 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-08-23 15:12:19 (GMT) |
commit | 2190ddc4e931339c7f55f2fe7bbb4038c0a1199a (patch) | |
tree | ed3d1ac37a83d827b3bfc08a04356dd0608da34d /Source/cmSystemTools.h | |
parent | abff98fb9dfb72a69aa34eddd53c34a2cf208f35 (diff) | |
download | CMake-2190ddc4e931339c7f55f2fe7bbb4038c0a1199a.zip CMake-2190ddc4e931339c7f55f2fe7bbb4038c0a1199a.tar.gz CMake-2190ddc4e931339c7f55f2fe7bbb4038c0a1199a.tar.bz2 |
added test driver for make test target
Diffstat (limited to 'Source/cmSystemTools.h')
-rw-r--r-- | Source/cmSystemTools.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmSystemTools.h b/Source/cmSystemTools.h index a458b54..d256913 100644 --- a/Source/cmSystemTools.h +++ b/Source/cmSystemTools.h @@ -251,7 +251,9 @@ public: */ static bool RunCommand(const char* command, std::string& output, bool verbose = true); - + static bool RunCommand(const char* command, std::string& output, + int &retVal, bool verbose = true); + ///! Generate a temporary file name static std::string TemporaryFileName(); |