libvips/test
John Cupitt e236f19f97 add fallbacks to new_from_stream
If the stream-based loaders fail, vips_image_new_from_stream() now falls
back to the old file and buffer loaders.

The file and buffer loaders already try the stream loaders first.
2019-12-10 17:19:12 +00:00
..
test-suite add fallbacks to new_from_stream 2019-12-10 17:19:12 +00:00
.gitignore Update C++ binding and function list 2019-11-29 14:51:03 +01:00
Makefile.am add streams.c test 2019-11-24 18:22:43 +00:00
README.md
test_cli.sh revise test_cli for new sample jpg 2019-11-26 09:14:40 +00:00
test_descriptors.c
test_descriptors.sh
test_formats.sh add streams.c test 2019-11-24 18:22:43 +00:00
test_seq.sh
test_streams.c try fixing the stream test on travis 2019-11-27 17:30:13 +00:00
test_streams.sh remove dbg code now travis is fixed 2019-11-27 22:20:33 +00:00
test_threading.sh
test_thumbnail.sh
variables.sh.in update jpg name in variables.sh.in as well 2019-11-27 08:58:30 +00:00

README.md

libvips test suite

This is in two parts: a few simple bash scripts in this directory are run on "make check", and a fancier Python test suite that's run by Travis on each commit.