Skip to content

Only build tests if certain conditions are met.

Adam Duskett requested to merge aduskett/glib:optional_tests into master
Only build tests if certain conditions are met.

Currently, there is no way to prevent tests from building using meson.
When cross-compiling, building the tests isn't necessary.

Instead, only build the tests on the following conditions:
1) If not cross-compiling.
2) If cross-compiling, and there is an exe wrapper.
Edited by Adam Duskett

Merge request reports