summaryrefslogtreecommitdiffstats
path: root/Source/ctest.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-14 03:07:54 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2002-10-14 03:07:54 (GMT)
commit461a3d2089c193f5af3df507795cdea5f924d735 (patch)
tree082635209aa7e5038cd93a774f8bfe09b09cd187 /Source/ctest.h
parentd8167fb7fd7974fbcdf799e850e5138f8d2516cc (diff)
downloadCMake-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.h4
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);
};