Skip to content

build: add option to disable tests

James Hilliard requested to merge jameshilliard/wayland:disable-tests into master

When building for a product, tests are not needed.

Besides, one test requires a C++ compiler, which is not always available.

So, add an option to configure to disable building tests altogether.

Merge request reports