diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 4 |
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, |