ENH: Added TESTS target

This commit is contained in:
Dan Blezek 2000-12-07 15:45:55 -05:00
parent 748e1a36b3
commit d888b5e39d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ bool cmMakefile::ReadMakefile(const char* filename)
cmSystemTools::ReadList(m_SubDirectories, fin);
}
}
else if(line.find("EXECUTABLES") != std::string::npos)
else if(line.find("EXECUTABLES") != std::string::npos || line.find("TESTS") != std::string::npos )
{
if(line.find("\\") != std::string::npos)
{