Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests/meson.build: fix python and yaml tests not running
The run-tests.sh script attempts to detect if Python and Yaml support is enabled in the build. This has caused false-negatives where it fails to find the Python library even though it was compiled into the build. Avoid this problem altogether and always set the NO_PYTHON and NO_YAML to match if the features are enabled in Meson. Signed-off-by: Brandon Maier <[email protected]> Signed-off-by: David Gibson <[email protected]>
- Loading branch information