diff --git a/build.sh b/build.sh index 73f2c09..8927a89 100755 --- a/build.sh +++ b/build.sh @@ -95,6 +95,8 @@ function build_vips() { meson setup build --prefix /vips ${build_opts} pushd build meson compile + meson test --timeout-multiplier 2 + cat /build/vips/vips-${LIBVIPS_VERSION}/build/meson-logs/testlog.txt meson install popd popd