summaryrefslogtreecommitdiffstats
path: root/Source/cmGlobalVisualStudio6Generator.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/cmGlobalVisualStudio6Generator.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/cmGlobalVisualStudio6Generator.cxx')
-rw-r--r--Source/cmGlobalVisualStudio6Generator.cxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/cmGlobalVisualStudio6Generator.cxx b/Source/cmGlobalVisualStudio6Generator.cxx
index 70b2ad5..850a8c5 100644
--- a/Source/cmGlobalVisualStudio6Generator.cxx
+++ b/Source/cmGlobalVisualStudio6Generator.cxx
@@ -178,9 +178,6 @@ void cmGlobalVisualStudio6Generator::Generate()
}
}
- // add the Run Tests command
- this->SetupTests();
-
// first do the superclass method
this->cmGlobalGenerator::Generate();