ENH: More error handling

This commit is contained in:
Andy Cedilnik 2006-03-23 09:56:32 -05:00
parent b5fb13544d
commit ccde6c47d8
1 changed files with 2 additions and 0 deletions

View File

@ -86,6 +86,8 @@ static const char* cmCTestErrorMatches[] = {
"\\*\\*\\* Error code",
"nternal error:",
"Makefile:[0-9]+: \\*\\*\\* .* Stop\\.",
": No such file or directory",
": Invalid argument",
0
};