diff options
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r-- | Source/cmCTest.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h index 01d3b42..a337460 100644 --- a/Source/cmCTest.h +++ b/Source/cmCTest.h @@ -168,7 +168,11 @@ public: ///! Should we only show what we would do? bool GetShowOnly(); - /** + + ///! The max output width + int GetMaxTestNameWidth() const; + + /** * Run a single executable command and put the stdout and stderr * in output. * @@ -373,6 +377,8 @@ private: double TimeOut; + int MaxTestNameWidth; + std::string ParallelCacheFile; int ParallelLevel; int ParallelSubprocessId; |