diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 23:23:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-08-07 23:23:49 (GMT) |
commit | a36bd0b2124ddeb3d23e03d75d4d602c47da4884 (patch) | |
tree | 0789a04a9875a76720328c47acd60843cb961800 /Source/cmCTest.h | |
parent | 028f5aa2c791f3afd6f811f56f03fba5dfc62abf (diff) | |
download | CMake-a36bd0b2124ddeb3d23e03d75d4d602c47da4884.zip CMake-a36bd0b2124ddeb3d23e03d75d4d602c47da4884.tar.gz CMake-a36bd0b2124ddeb3d23e03d75d4d602c47da4884.tar.bz2 |
ENH: Add displaying of dots when building project. Also, file is now written as the output is produced, so, tail -f works, baby...
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index c6e22fa..e70983c 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -223,6 +223,9 @@ private: const std::string& name, std::ofstream& stream); std::string MakeXMLSafe(const std::string&); std::string MakeURLSafe(const std::string&); + + bool RunMakeCommand(const char* command, std::string* output, + int* retVal, const char* dir, bool verbose, int timeout, std::ofstream& ofs); }; #endif |