diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-14 03:07:54 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2002-10-14 03:07:54 (GMT) |
commit | 461a3d2089c193f5af3df507795cdea5f924d735 (patch) | |
tree | 082635209aa7e5038cd93a774f8bfe09b09cd187 /Source/ctest.h | |
parent | d8167fb7fd7974fbcdf799e850e5138f8d2516cc (diff) | |
download | CMake-461a3d2089c193f5af3df507795cdea5f924d735.zip CMake-461a3d2089c193f5af3df507795cdea5f924d735.tar.gz CMake-461a3d2089c193f5af3df507795cdea5f924d735.tar.bz2 |
Add LastBuild.log file, fix some minor problems in output, modify output a bit...
Diffstat (limited to 'Source/ctest.h')
-rw-r--r-- | Source/ctest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/ctest.h b/Source/ctest.h index 60aab8e..426f3b9 100644 --- a/Source/ctest.h +++ b/Source/ctest.h @@ -148,6 +148,8 @@ private: void GenerateDartOutput(std::ostream& os); void GenerateDartBuildOutput(std::ostream& os, std::vector<cmCTestBuildErrorWarning>); - + + bool OpenFile(const std::string& path, + const std::string& name, std::ofstream& stream); }; |