Merge branch 'wip/smcv/girxml-search-path' into 'main'

tests: Search the appropriate directories for our GIR XML inputs

See merge request GNOME/glib!4509
This commit is contained in:
Philip Withnall
2025-02-22 14:42:36 +00:00
13 changed files with 87 additions and 39 deletions

View File

@@ -234,6 +234,7 @@ endforeach
python_test_env = test_env
python_test_env.prepend('PYTHONPATH', python_test_libraries_path)
python_test_env.prepend('PYTHONPATH', python_test_libraries_built)
foreach test_name, extra_args : python_tests
depends = [extra_args.get('depends', [])]