android13/external/webp/tests
liiir1985 7f62dcda9f initial 2024-06-22 20:45:49 +08:00
..
fuzzer initial 2024-06-22 20:45:49 +08:00
README initial 2024-06-22 20:45:49 +08:00

README

Description:
============

This is a collection of tests for the libwebp libraries, currently covering
fuzzing through the APIs. Additional test vector coverage can be found at:
https://chromium.googlesource.com/webm/libwebp-test-data

Building:
=========

Fuzzers:
--------

Follow the build instructions in ../README for libwebp, optionally adding build
flags for various sanitizers (e.g., -fsanitize=address).

fuzzer/makefile.unix can then be used to compile the fuzzer targets:

$ make -C fuzzer -f makefile.unix