tests: Final autotest report tuning
git-svn-id: http://pugixml.googlecode.com/svn/trunk@432 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
efc76ba8d4
commit
487a18107f
@ -14,6 +14,7 @@ sub prettytoolset
|
|||||||
return "Microsoft Visual C++ 7.1" if ($toolset eq 'msvc71');
|
return "Microsoft Visual C++ 7.1" if ($toolset eq 'msvc71');
|
||||||
return "Microsoft Visual C++ $1.0" if ($toolset =~ /^msvc(\d+)$/);
|
return "Microsoft Visual C++ $1.0" if ($toolset =~ /^msvc(\d+)$/);
|
||||||
return "Microsoft Visual C++ $1.0 x64" if ($toolset =~ /^msvc(\d+)_x64$/);
|
return "Microsoft Visual C++ $1.0 x64" if ($toolset =~ /^msvc(\d+)_x64$/);
|
||||||
|
return "GNU C++ Compiler $1" if ($toolset =~ /^gcc(.*)$/);
|
||||||
|
|
||||||
$toolset;
|
$toolset;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user