summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.h
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2004-04-16 18:52:13 (GMT)
committerKen Martin <ken.martin@kitware.com>2004-04-16 18:52:13 (GMT)
commit5c618442d39c424f6cdeea3ed6b76b80e9a2e4b1 (patch)
treeeb224e16aa5d1d1de1ee9fa0d6dbe959dcf71ff8 /Source/cmCTest.h
parent4c9c3ac84fb5a72d7f7c7882358abf0ad9c95dd9 (diff)
downloadCMake-5c618442d39c424f6cdeea3ed6b76b80e9a2e4b1.zip
CMake-5c618442d39c424f6cdeea3ed6b76b80e9a2e4b1.tar.gz
CMake-5c618442d39c424f6cdeea3ed6b76b80e9a2e4b1.tar.bz2
better args handling for -I option
Diffstat (limited to 'Source/cmCTest.h')
-rw-r--r--Source/cmCTest.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmCTest.h b/Source/cmCTest.h
index e2fa0fa..b0d06c4 100644
--- a/Source/cmCTest.h
+++ b/Source/cmCTest.h
@@ -158,6 +158,8 @@ public:
private:
void SetTestsToRunInformation(const char*);
+ void ExpandTestsToRunInformation(int numPossibleTests);
+ std::string TestsToRunString;
enum {
FIRST_TEST = 0,