diff options
author | Ken Martin <ken.martin@kitware.com> | 2009-08-04 19:41:57 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2009-08-04 19:41:57 (GMT) |
commit | 410b8ebae1541c0a4a56d4a861e2b49d3b834012 (patch) | |
tree | 22989f06872bcfca5ddec8ee42d670e03acecafe /Source/cmLocalGenerator.cxx | |
parent | 80c947b3975825f2a9a7b1ebdc285e6b0cf6ba02 (diff) | |
download | CMake-410b8ebae1541c0a4a56d4a861e2b49d3b834012.zip CMake-410b8ebae1541c0a4a56d4a861e2b49d3b834012.tar.gz CMake-410b8ebae1541c0a4a56d4a861e2b49d3b834012.tar.bz2 |
ENH: minor cleanup of test
Diffstat (limited to 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index fcbb566..cac52b2 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -236,12 +236,10 @@ void cmLocalGenerator::GenerateTestFiles() << "# Build directory: " << this->Makefile->GetStartOutputDirectory() << std::endl << "# " << std::endl - << "# This file replicates the SUBDIRS() and ADD_TEST() commands " - << "from the source" << std::endl - << "# tree CMakeLists.txt file, skipping any SUBDIRS() or " - << "ADD_TEST() commands" << std::endl - << "# that are excluded by CMake control structures, i.e. IF() " - << "commands." << std::endl; + << "# This file includes the relevent testing commands " + << "required for " << std::endl + << "# testing this directory and lists subdirectories to " + << "be tested as well." << std::endl; const char* testIncludeFile = this->Makefile->GetProperty("TEST_INCLUDE_FILE"); |