From d888b5e39d4e01af538b48ad16c2a6a474de34a0 Mon Sep 17 00:00:00 2001 From: Dan Blezek Date: Thu, 7 Dec 2000 15:45:55 -0500 Subject: [PATCH] ENH: Added TESTS target --- Source/cmMakefile.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index c3ca105e7..426f9569d 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) {