summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmCTest.cxx')
-rw-r--r--Source/cmCTest.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmCTest.cxx b/Source/cmCTest.cxx
index f0cf6b4..73ac926 100644
--- a/Source/cmCTest.cxx
+++ b/Source/cmCTest.cxx
@@ -1453,6 +1453,10 @@ int cmCTest::Run(std::vector<std::string>const& args, std::string* output)
i++;
this->TestHandler->SetTestsToRunInformation(args[i].c_str());
}
+ if(arg.find("-U",0) == 0)
+ {
+ this->TestHandler->SetUseUnion(true);
+ }
if(arg.find("-R",0) == 0 && i < args.size() - 1)
{
this->TestHandler->UseIncludeRegExp();