Skip to content

meson.build: allow (a subset of) tests in cross compile settings

There is no need to completely disable tests: most of them do not require running target executables at build time, and so can be built and installed.

This requires inserting a couple of specific guards around items that do require running target executables.

Merge request reports