libvips/test
John Cupitt a50405c1f7 fix some run-time errors from clang
Travis is now running with some amount of run-time checking enabled and
it spotted a couple of harmless things.
2019-12-05 14:14:27 +00:00
..
test-suite fix some run-time errors from clang 2019-12-05 14:14:27 +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 rename new_from_filename as new_from_file 2019-11-22 17:13:20 +00:00
test_descriptors.sh Add svgload_stream to the descriptors test 2019-11-10 12:32:18 +01:00
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.