ENH: minor cleanup of test

This commit is contained in:
Ken Martin 2009-08-04 15:41:57 -04:00
parent 80c947b397
commit 410b8ebae1

View File

@ -236,12 +236,10 @@ void cmLocalGenerator::GenerateTestFiles()
<< "# Build directory: " << "# Build directory: "
<< this->Makefile->GetStartOutputDirectory() << std::endl << this->Makefile->GetStartOutputDirectory() << std::endl
<< "# " << std::endl << "# " << std::endl
<< "# This file replicates the SUBDIRS() and ADD_TEST() commands " << "# This file includes the relevent testing commands "
<< "from the source" << std::endl << "required for " << std::endl
<< "# tree CMakeLists.txt file, skipping any SUBDIRS() or " << "# testing this directory and lists subdirectories to "
<< "ADD_TEST() commands" << std::endl << "be tested as well." << std::endl;
<< "# that are excluded by CMake control structures, i.e. IF() "
<< "commands." << std::endl;
const char* testIncludeFile = const char* testIncludeFile =
this->Makefile->GetProperty("TEST_INCLUDE_FILE"); this->Makefile->GetProperty("TEST_INCLUDE_FILE");