summaryrefslogtreecommitdiff
path: root/tests/autotest-report.pl
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2011-02-16 20:00:08 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2011-02-16 20:00:08 +0000
commit5f4ecb9ec3f96ead5f41c1302aafc53d9e38e66f (patch)
tree603b57675bdf675d57e1027e236004365d42f73b /tests/autotest-report.pl
parentd79477859f80a2ffe685bd1b5cd36ebdd42fda61 (diff)
tests: Added C++/CLI support
git-svn-id: http://pugixml.googlecode.com/svn/trunk@805 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'tests/autotest-report.pl')
-rw-r--r--tests/autotest-report.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/autotest-report.pl b/tests/autotest-report.pl
index c450e49..f0f1e56 100644
--- a/tests/autotest-report.pl
+++ b/tests/autotest-report.pl
@@ -7,6 +7,8 @@ sub prettysuffix
return " C++0x" if ($suffix eq '_0x');
return " x64" if ($suffix eq '_x64');
+ return " CLR" if ($suffix eq '_clr');
+ return " CLR x64" if ($suffix eq '_clr_x64');
return " PPC" if ($suffix eq '_ppc');
return "";