summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-22 18:04:13 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-22 18:04:13 (GMT)
commit43fe0d3978a81b74be42c0e975bdfe0092778b48 (patch)
treeea9ef04f8c3cf88521ed08cdbfe7e52dfe4405ea /Source/cmCTest.h
parentae9f9e6994c430d697387bb005616bda4a9c09b8 (diff)
downloadCMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.zip
CMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.tar.gz
CMake-43fe0d3978a81b74be42c0e975bdfe0092778b48.tar.bz2
ENH: add max width option to ctest ouptut
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h8
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;