summaryrefslogtreecommitdiff
path: root/tests/autotest-report.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-02-19 09:06:24 +0000
committerarseny.kapoulkine@gmail.com <arseny.kapoulkine@gmail.com@99668b35-9821-0410-8761-19e4c4f06640>2012-02-19 09:06:24 +0000
commit76ef04129d1c326007afcf98bee1213f8ae8e0ee (patch)
tree276e8455a352ae19aeccab84bf43c5e021f02eb1 /tests/autotest-report.pl
parent568648923c3fb4c12070237e020f36f3ba38bc2a (diff)
tests: Added WinCE to autotest
git-svn-id: http://pugixml.googlecode.com/svn/trunk@836 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 f0f1e56..4b4bd8a 100644
--- a/tests/autotest-report.pl
+++ b/tests/autotest-report.pl
@@ -10,6 +10,7 @@ sub prettysuffix
return " CLR" if ($suffix eq '_clr');
return " CLR x64" if ($suffix eq '_clr_x64');
return " PPC" if ($suffix eq '_ppc');
+ return " WinCE" if ($suffix eq '_wince');
return "";
}