meson: Make tests optional
Hi all,
This PR enables skipping the tests when configuring. This is necessary e.g. on Android with API level < 28, as the tests use glob
and globfree
which are both available starting with that API level.
Hi all,
This PR enables skipping the tests when configuring. This is necessary e.g. on Android with API level < 28, as the tests use glob
and globfree
which are both available starting with that API level.