summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-08-05 19:03:26 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-08-23 15:46:07 (GMT)
commitc259b8302648de1387e21e9ea907cd1a2cb49933 (patch)
treeca87ae369f48d3a2c8f7751dd2a015c6b697d24a /Source/cmLocalGenerator.cxx
parent75e511eeaf77848ffef00d570cb10243764f51d2 (diff)
downloadCMake-c259b8302648de1387e21e9ea907cd1a2cb49933.zip
CMake-c259b8302648de1387e21e9ea907cd1a2cb49933.tar.gz
CMake-c259b8302648de1387e21e9ea907cd1a2cb49933.tar.bz2
cmTestGenerator: Require cmLocalGenerator, not cmMakefile.
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r--Source/cmLocalGenerator.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx
index a831d88..edb644d 100644
--- a/Source/cmLocalGenerator.cxx
+++ b/Source/cmLocalGenerator.cxx
@@ -196,6 +196,7 @@ void cmLocalGenerator::GenerateTestFiles()
for(std::vector<cmTestGenerator*>::const_iterator gi = testers.begin();
gi != testers.end(); ++gi)
{
+ (*gi)->Compute(this);
(*gi)->Generate(fout, config, configurationTypes);
}
if (!this->Children.empty())