From e96af87b5dc678a64aad061cc2955eaa463c09a2 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sun, 9 May 2010 18:47:23 +0000 Subject: Enabled MSVC10 x64 in autotest git-svn-id: http://pugixml.googlecode.com/svn/trunk@399 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/autotest.pl b/tests/autotest.pl index 8338d5b..44e72bf 100644 --- a/tests/autotest.pl +++ b/tests/autotest.pl @@ -14,7 +14,7 @@ sub permute } $fast = (shift eq 'fast'); -@toolsets = ($^O =~ /win/i) ? (bcc, cw, dmc, ic8, mingw34, mingw44, mingw45, msvc6, msvc7, msvc71, msvc8, msvc8_x64, msvc9, msvc9_x64, msvc10) : (gcc); +@toolsets = ($^O =~ /win/i) ? (bcc, cw, dmc, ic8, mingw34, mingw44, mingw45, msvc6, msvc7, msvc71, msvc8, msvc8_x64, msvc9, msvc9_x64, msvc10, msvc10_x64) : (gcc); @configurations = (debug, release); @defines = (PUGIXML_NO_XPATH, PUGIXML_NO_EXCEPTIONS, PUGIXML_NO_STL, PUGIXML_WCHAR_MODE); @definesabbr = (noxpath, noexcept, nostl, wchar); -- cgit v1.2.3