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