From 5c6cfaef87a10f1fdb8481faf50cd2b771dad337 Mon Sep 17 00:00:00 2001 From: Randy Date: Mon, 13 Jul 2020 18:26:43 +0200 Subject: [PATCH] update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5716e0d6..de55561d 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,9 @@ All integer arithmetic is checked for overflow and all error conditions are hand The library is continuously fuzzed by [OSS-Fuzz](https://github.com/google/oss-fuzz), code is also scanned with Clang Static Analyzer, Coverity Scan and PVS-Studio. -The test suite consists of over 700 test cases, +The test suite consists of over 1000 test cases, 175 [test images](http://www.schaik.com/pngsuite/) are decoded with all possible -output format and flag combinations and compared against libpng for correctness. +output format and flag combinations and compared against libpng for [correctness](tests/README.md#Correctness). ## Versioning