diff --git a/test/Makefile.am b/test/Makefile.am index 60aac2b0..78660f56 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -5,6 +5,7 @@ TESTS = \ test_cli.sh \ test_formats.sh \ test_seq.sh \ + test_stall.sh \ test_threading.sh SUBDIRS = \ @@ -32,6 +33,7 @@ EXTRA_DIST = \ test_formats.sh \ test_seq.sh \ test_thumbnail.sh \ + test_stall.sh \ test_threading.sh clean-local: diff --git a/test/test_stall.sh b/test/test_stall.sh new file mode 100755 index 00000000..4046d49e --- /dev/null +++ b/test/test_stall.sh @@ -0,0 +1,17 @@ +#!/bin/sh + +# set -x +set -e + +. ./variables.sh + +if test_supported tiffload; then + VIPS_STALL=1 vips copy $image $tmp/x.tif + cat > $tmp/mask.con <