tests: Added WinCE to autotest
git-svn-id: http://pugixml.googlecode.com/svn/trunk@836 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
568648923c
commit
76ef04129d
@ -34,7 +34,7 @@ sub getcpucount
|
|||||||
undef;
|
undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
@alltoolsets = ($^O =~ /MSWin/) ? (bcc, cw, dmc, ic8, ic9, ic9_x64, ic10, ic10_x64, ic11, ic11_x64, mingw34, mingw44, mingw45, mingw45_0x, mingw46_x64, msvc6, msvc7, msvc71, msvc8, msvc8_x64, msvc9, msvc9_x64, msvc10, msvc10_x64, msvc10_clr, msvc10_clr_x64, xbox360, ps3_gcc, ps3_snc) : ($^O =~ /solaris/) ? (suncc, suncc_x64) : &gcctoolset();
|
@alltoolsets = ($^O =~ /MSWin/) ? (bcc, cw, dmc, ic8, ic9, ic9_x64, ic10, ic10_x64, ic11, ic11_x64, mingw34, mingw44, mingw45, mingw45_0x, mingw46_x64, msvc6, msvc7, msvc71, msvc8, msvc8_x64, msvc9, msvc9_x64, msvc10, msvc10_x64, msvc10_clr, msvc10_clr_x64, xbox360, ps3_gcc, ps3_snc, msvc8_wince) : ($^O =~ /solaris/) ? (suncc, suncc_x64) : &gcctoolset();
|
||||||
|
|
||||||
$fast = scalar grep(/^fast$/, @ARGV);
|
$fast = scalar grep(/^fast$/, @ARGV);
|
||||||
@toolsets = map { /^fast$/ ? () : ($_) } @ARGV;
|
@toolsets = map { /^fast$/ ? () : ($_) } @ARGV;
|
||||||
|
|||||||
@ -10,6 +10,7 @@ sub prettysuffix
|
|||||||
return " CLR" if ($suffix eq '_clr');
|
return " CLR" if ($suffix eq '_clr');
|
||||||
return " CLR x64" if ($suffix eq '_clr_x64');
|
return " CLR x64" if ($suffix eq '_clr_x64');
|
||||||
return " PPC" if ($suffix eq '_ppc');
|
return " PPC" if ($suffix eq '_ppc');
|
||||||
|
return " WinCE" if ($suffix eq '_wince');
|
||||||
|
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user