ENH: Add more error regular expressions

This commit is contained in:
Andy Cedilnik 2003-12-17 09:25:13 -05:00
parent 076e52a26a
commit 3a488c1896
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ static const char* cmCTestErrorMatches[] = {
": internal link edit command failed",
": Unrecognized option \\`.*\\'",
"\", line [0-9]+\\.[0-9]+: [0-9]+-[0-9]+ \\([^W]\\)",
"ld: 0706-006 Cannot find or open library file: -l ",
0
};