From 47c17a25d934450a28fdceecaecf1100943381a9 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 7 Jun 2010 16:07:03 +0000 Subject: tests: Added C++0x support git-svn-id: http://pugixml.googlecode.com/svn/trunk@505 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-report.pl | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/autotest-report.pl') diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl index 8ed8dd9..151355b 100644 --- a/tests/autotest-report.pl +++ b/tests/autotest-report.pl @@ -13,6 +13,7 @@ sub prettytoolset return "Intel C++ Compiler $1.0" if ($toolset =~ /^ic(\d+)$/); return "Intel C++ Compiler $1.0 x64" if ($toolset =~ /^ic(\d+)_x64$/); return "MinGW (GCC $1.$2)" if ($toolset =~ /^mingw(\d)(\d)$/); + return "MinGW (GCC $1.$2) C++0x" if ($toolset =~ /^mingw(\d)(\d)_0x$/); return "MinGW (GCC $1.$2) x64" if ($toolset =~ /^mingw(\d)(\d)_x64$/); return "Microsoft Visual C++ 7.1" if ($toolset eq 'msvc71'); return "Microsoft Visual C++ $1.0" if ($toolset =~ /^msvc(\d+)$/); -- cgit v1.2.3