1
0
mirror of https://gitlab.gnome.org/GNOME/libxslt synced 2025-10-15 21:46:39 +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:
Nick Wellnhofer
2023-09-05 16:48:45 +02:00
parent 1c54ea99f0
commit 8c2e8031b2
6 changed files with 13 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
#!/usr/bin/env python
import os
import sys
import setup_test
import libxml2
# Memory debug specific
libxml2.debugMemory(1)