summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-01-23 14:44:47 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-01-23 14:44:47 (GMT)
commitda76ed122ffb82c5132c7b064eadc6e693a88eff (patch)
tree4900bcf9f955e7b7d33a72b8db407dcaee5ba5b7 /Source/cmCTest.h
parent01e4c82bb4411c501c798f19e3eb6f31edf75cf2 (diff)
downloadCMake-da76ed122ffb82c5132c7b064eadc6e693a88eff.zip
CMake-da76ed122ffb82c5132c7b064eadc6e693a88eff.tar.gz
CMake-da76ed122ffb82c5132c7b064eadc6e693a88eff.tar.bz2
fixes to backup restore options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index cd619b3..c7b311b 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -147,6 +147,10 @@ public:
int GenerateNotesFile(const char* files);
+ void RestoreBackupDirectories(bool backup,
+ const char *srcDir, const char *binDir,
+ const char *backupSrc, const char *backupBin);
+
private:
enum {
FIRST_TEST = 0,