diff options
Diffstat (limited to 'tests/autotest-report.pl')
-rw-r--r-- | tests/autotest-report.pl | 2 |
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 ""; |