gtk/testsuite/introspection
Chun-wei Fan 3471c22f52 testsuite: Fix introspection test on Windows
...when we are using Python 3.8.x or later.  Python 3.8.x or later on Windows
require one to call os.add_dll_directory() on every directory that contains
dependent non-system DLLs of a module that are not bundled/installed with the
module.

Since we are very likely running programs that rely on dependent items in
%PATH%, make things easier for people by calling os.add_dll_directory() on
all the valid paths in %PATH% in api.py, so that the test will run
successfully on Windows with Python 3.8.x or later.
2022-04-26 11:51:26 +08:00
..
api.py testsuite: Fix introspection test on Windows 2022-04-26 11:51:26 +08:00
meson.build build: Remove deprecated get_pkgconfig_variable() 2021-12-24 15:55:26 +00:00