Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests, benchmark, tool makefile and less C lib
Add built-in PngSuite tests Improve the benchmark tool Add a Makefile for the tools (not intended for the library itself) Avoid direct usage of memcpy, memset, strlen, strcmp: reimplement them to avoid issues with C libraries lacking those on tiny platforms. A few minor optimizations.
- Loading branch information