From 5f4ecb9ec3f96ead5f41c1302aafc53d9e38e66f Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 16 Feb 2011 20:00:08 +0000 Subject: tests: Added C++/CLI support git-svn-id: http://pugixml.googlecode.com/svn/trunk@805 99668b35-9821-0410-8761-19e4c4f06640 --- tests/autotest-report.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/autotest-report.pl') 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 ""; -- cgit v1.2.3