From 487a18107f7a054b3bab9db02c6db0fc8e6729da Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 17 May 2010 08:17:35 +0000 Subject: tests: Final autotest report tuning git-svn-id: http://pugixml.googlecode.com/svn/trunk@432 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-report.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl index 9ba3c04..d789191 100644 --- a/tests/autotest-report.pl +++ b/tests/autotest-report.pl @@ -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; } -- cgit v1.2.3