Skip to content

tests: Add an option to disable building tests

Link Mauve requested to merge linkmauve/weston:no-tests into main

Users who don’t care about running tests can now pass -Dtests=false when building Weston, reducing the number of ninja targets from 327 to 228, and build time from 4.8s to 3.3s on my laptop.

Merge request reports