summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorDan Blezek <blezek@crd.ge.com>2000-12-07 20:45:55 (GMT)
committerDan Blezek <blezek@crd.ge.com>2000-12-07 20:45:55 (GMT)
commitd888b5e39d4e01af538b48ad16c2a6a474de34a0 (patch)
treee9ec31f4100f2c71268fe005ca6524ac07bb9460 /Source
parent748e1a36b3ecf6e28df40c26a6e659dbe345d9aa (diff)
downloadCMake-d888b5e39d4e01af538b48ad16c2a6a474de34a0.zip
CMake-d888b5e39d4e01af538b48ad16c2a6a474de34a0.tar.gz
CMake-d888b5e39d4e01af538b48ad16c2a6a474de34a0.tar.bz2
ENH: Added TESTS target
Diffstat (limited to 'Source')
-rw-r--r--Source/cmMakefile.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx
index c3ca105..426f956 100644
--- a/Source/cmMakefile.cxx
+++ b/Source/cmMakefile.cxx
@@ -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)
{