Add unit test to check that libxml2 expects utf-8 encoded file paths on Windows

This commit is contained in:
Tim Mayberry
2015-07-25 16:43:24 +10:00
parent 226087d06a
commit b2ff1e1734
3 changed files with 92 additions and 0 deletions

View File

@@ -162,6 +162,7 @@ def build(bld):
test/timer_test.cc
test/convert_test.cc
test/filesystem_test.cc
test/xml_test.cc
test/test_common.cc
'''.split()
testobj.target = 'run-tests'