Skip to content

Stop having tests require the GUI

Bart Ribbers requested to merge (removed):guiless-tests into master

The tests don't actually use the GUI for anything, but QTEST_MAIN makes them require an X server to run. QTEST_GUILESS_MAIN prevents this need and makes it easier to run the tests in distro packaging, especially when cross-compiling

Merge request reports