summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio7Generator.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-05 18:01:02 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-05 18:01:02 (GMT)
commit73a5c33f9b472700c10524262e8ab4cab6af2fe0 (patch)
treeccf3d133de994fe42be43f8f0fa98e54ac8f1679 /Source/cmGlobalVisualStudio7Generator.cxx
parent420095c013456e360c358ff0ce7d49a46222bbf2 (diff)
downloadCMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.zip
CMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.tar.gz
CMake-73a5c33f9b472700c10524262e8ab4cab6af2fe0.tar.bz2
BUG: Removed legacy SetupTests method that was causing RUN_TESTS to test twice.
Diffstat (limited to 'Source/cmGlobalVisualStudio7Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio7Generator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio7Generator.cxx b/Source/cmGlobalVisualStudio7Generator.cxx
index a5c67e9..0edb056 100644
--- a/Source/cmGlobalVisualStudio7Generator.cxx
+++ b/Source/cmGlobalVisualStudio7Generator.cxx
@@ -235,9 +235,6 @@ void cmGlobalVisualStudio7Generator::Generate()
}
}
- // add the Run Tests command
- this->SetupTests();
-
// first do the superclass method
this->cmGlobalGenerator::Generate();