Skip to content

build: Add thorough test setup

Philip Withnall requested to merge pwithnall/glib:thorough-tests-in-ci into main

This allows the tests to be run with meson test --setup thorough and it will run all the GTest tests with -m thorough.

Since this argument isn’t supported by the Python tests, it’s not passed to them.

The tests are then added to the weekly schedule to run thoroughly.

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

Merge request reports