mirror of
https://gitlab.gnome.org/GNOME/libxslt
synced 2025-11-05 12:10:38 +03:00
python: Fix tests on MinGW
Add the directories containing required DLLs with os.add_dll_directory to make tests work on MinGW.
This commit is contained in:
1
python/tests/extelem.py
Normal file → Executable file
1
python/tests/extelem.py
Normal file → Executable file
@@ -1,6 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
import sys
|
||||
import string
|
||||
import setup_test
|
||||
import libxml2
|
||||
# Memory debug specific
|
||||
libxml2.debugMemory(1)
|
||||
|
||||
Reference in New Issue
Block a user