mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-13 01:29:02 -05:00
ENH: Added TESTS target
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user