summaryrefslogtreecommitdiff
path: root/tests/autotest-report.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-17 08:17:35 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-05-17 08:17:35 +0000
commit487a18107f7a054b3bab9db02c6db0fc8e6729da (patch)
tree20162d732ed02d09a7ba700fc76b412a2abd32ef /tests/autotest-report.pl
parentefc76ba8d40080a6be64cfe0eaa3043503f41bfa (diff)
tests: Final autotest report tuning
git-svn-id: http://pugixml.googlecode.com/svn/trunk@432 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/autotest-report.pl')
-rw-r--r--tests/autotest-report.pl1
1 files changed, 1 insertions, 0 deletions
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;
}