Merge branch 'fopen-cloexec' into 'main'

gstdio: Add support for the `e` flag (O_CLOEXEC) to g_fopen()

See merge request GNOME/glib!4564
This commit is contained in:
Philip Withnall
2025-05-29 10:59:56 +00:00
24 changed files with 127 additions and 36 deletions

View File

@@ -235,6 +235,9 @@ endforeach
python_test_env = test_env
python_test_env.prepend('PYTHONPATH', python_test_libraries_path)
python_test_env.prepend('PYTHONPATH', python_test_libraries_built)
if python_test_env_common_path.length() > 0
python_test_env.prepend('PATH', python_test_env_common_path)
endif
foreach test_name, extra_args : python_tests
depends = [extra_args.get('depends', [])]