Skip to content

meson: Make tests optional

Amyspark requested to merge amyspark/libxml2:make-tests-optional into master

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.

Merge request reports