ENH: Handle gmake error message

This commit is contained in:
Andy Cedilnik 2004-08-19 12:51:40 -04:00
parent c8c5bb4e22
commit 96b8d6f416
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ static const char* cmCTestErrorMatches[] = {
"s:616 string too big",
"make: Fatal error: ",
"ld: 0711-993 Error occurred while writing to the output file:",
"make: \\*\\*\\*.*Error",
0
};