Skip to content

tests: Run GModule tests in subprocesses

Philip Withnall requested to merge wip/pwithnall/3415-module-tests into main

While we try to unload the test modules that we load, at the end of each test, it’s not always possible: musl, for example, explicitly doesn’t support unloading modules (see https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading_libraries).

Signed-off-by: Philip Withnall pwithnall@gnome.org

Fixes: #3415 (closed)

Merge request reports