gtk2/testsuite
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
..
a11y build: Disable gcc warnings as warnings, too 2021-11-15 15:35:10 +01:00
css css: Don't crash on invalid rotate3d() 2021-12-26 22:58:09 +01:00
gdk Use the correct name for installed gdk tests 2022-03-07 16:13:38 +01:00
gsk testsuite: Add unaligned-offscreen test 2022-04-04 23:48:58 +02:00
gtk Fix file filter buildable support 2022-04-18 23:03:15 -04:00
introspection testsuite: Fix introspection test on Windows 2022-04-26 11:51:26 +08:00
performance build: Use a consistent style for Meson files 2020-12-15 12:46:59 +00:00
reftests reftest: Avoid assertions being compiled out 2022-01-18 14:07:37 +00:00
tools Fix up tests for version bump 2022-02-23 14:29:48 -05:00
meson.build testsuite: Set GDK_DEBUG unconditionally 2021-11-03 20:39:33 -04:00
testutils.c testsuite: Make function arguments const 2021-11-30 14:12:10 +01:00
testutils.h testsuite: Make function arguments const 2021-11-30 14:12:10 +01:00