diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-08 21:08:03 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-05-08 21:08:03 +0000 |
commit | 44a8f9ea1dcbb19f38fa5a781a6b77b85c602d97 (patch) | |
tree | 4872c806987b19f0b7b5317006d9c86d020ad3ef /tests | |
parent | 8b6be5c02e0ab6bc075eaada41753c51d61ed6de (diff) |
Added MSVC8 x64 support to build framework and autotest
git-svn-id: http://pugixml.googlecode.com/svn/trunk@391 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests')
-rw-r--r-- | tests/autotest.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/autotest.pl b/tests/autotest.pl index 683d4c3..8338d5b 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, 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) : (gcc);
@configurations = (debug, release);
@defines = (PUGIXML_NO_XPATH, PUGIXML_NO_EXCEPTIONS, PUGIXML_NO_STL, PUGIXML_WCHAR_MODE);
@definesabbr = (noxpath, noexcept, nostl, wchar);
|