libvips/test
John Cupitt 4804e5c299 add some basic stream tests
Only tests load and save to and from files and memory. We should test
pipes too.
2019-11-07 17:35:49 +00:00
..
test-suite add some basic stream tests 2019-11-07 17:35:49 +00:00
.gitignore jpg stream output passes tests 2019-10-12 13:11:22 +01:00
Makefile.am add something to test the new restart system 2019-10-06 07:25:09 +01:00
README.md
test_cli.sh
test_descriptors.c seems to work! 2019-10-27 18:19:43 +00:00
test_descriptors.sh add Kleis's patches 2019-11-06 17:04:13 +00:00
test_formats.sh add something to test the new restart system 2019-10-06 07:25:09 +01:00
test_seq.sh
test_threading.sh
test_thumbnail.sh
variables.sh.in test gifload for fd leaks 2019-10-06 10:55:19 +01: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.