mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
If preloading a library is required asan doesn't work properly because it requires to be the first loaded library to test everything, however the behavior can be worked around using an ASAN_OPTIONS variable, so do this to prevent the tests to fail completely But instead of having to do it at test level, manage this at wider scope