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:
arseny.kapoulkine 2010-05-17 08:17:35 +00:00
parent efc76ba8d4
commit 487a18107f

View File

@ -14,6 +14,7 @@ sub prettytoolset
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 x64" if ($toolset =~ /^msvc(\d+)_x64$/);
return "GNU C++ Compiler $1" if ($toolset =~ /^gcc(.*)$/);
$toolset;
}