coverage.sh: Support XML_UNICODE_WCHAR_T with MinGW
This commit is contained in:
parent
7b3f902a69
commit
21df4d3064
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user