coverage.sh: Support XML_UNICODE_WCHAR_T with MinGW

This commit is contained in:
Sebastian Pipping 2017-09-09 18:56:26 +02:00
parent 7b3f902a69
commit 21df4d3064

View File

@ -206,7 +206,11 @@ _main() {
with_unsigned_char=false
with_libbsd=false
for with_mingw in true false ; do
for unicode_enabled in false ; do
for unicode_enabled in true false ; do
if ${unicode_enabled} && ! ${with_mingw} ; then
continue
fi
for xml_context in 0 1024 ; do
_build_case
done