From 27e319883352f952f1bcf90dbc73dd8e66e2618c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Bu=CC=88nemann?= Date: Sat, 23 Apr 2016 23:36:49 +0200 Subject: [PATCH] Add webp save/load format tests for "make check" --- test/test_formats.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test/test_formats.sh b/test/test_formats.sh index 28b0ba68..72af1ad4 100755 --- a/test/test_formats.sh +++ b/test/test_formats.sh @@ -186,6 +186,10 @@ fi if test_supported jpegload; then test_format $image jpg 90 fi +if test_supported webpload; then + test_format $image webp 90 + test_format $image webp 0 [lossless] +fi test_format $image ppm 0 test_format $image pfm 0 if test_supported fitsload; then @@ -220,4 +224,3 @@ if test_supported dzsave; then test_saver copy $image .dz test_saver copy $image .dz[container=zip] fi -