Skip to content

tests: error out if gtk is available but gtk_init() fails

Christoph Reiter requested to merge tests-fail-gtk-init into master

In case tests are run on a headless system without xvfb then the gtk import will succeed but it will crash in the first gdk/gtk test.

Error out early instead.

Edited by Christoph Reiter

Merge request reports