libvips/test
David Manthey 46a67cfab9
Add jpeg restart_interval option. (#2468)
* Add jpeg restart_interval option.

This allows saving a jpeg with MCU restarts.

* Fix code style.  Add description of restart_interval.

* Add a basic test based on output length.

* Update main change log.
2021-10-08 17:33:32 +01:00
..
test-suite Add jpeg restart_interval option. (#2468) 2021-10-08 17:33:32 +01:00
.gitignore
Makefile.am
README.md
test_cli.sh
test_connections.c fix two small bugs in test_connections.c 2020-10-27 15:11:29 +00:00
test_connections.sh
test_descriptors.c CI: resolve failures and various improvements (#2426) 2021-09-07 11:14:45 +01:00
test_descriptors.sh
test_formats.sh
test_seq.sh
test_stall.sh
test_threading.sh
test_thumbnail.sh
variables.sh.in Fix tests when using a separate build dir. (#2405) 2021-08-18 11:45:02 +01:00

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.