• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Description:
2============
3
4This is a collection of tests for the libwebp libraries, currently covering
5fuzzing through the APIs. Additional test vector coverage can be found at:
6https://chromium.googlesource.com/webm/libwebp-test-data
7
8Building:
9=========
10
11Fuzzers:
12--------
13
14Follow the build instructions in ../README for libwebp, optionally adding build
15flags for various sanitizers (e.g., -fsanitize=address).
16
17fuzzer/makefile.unix can then be used to compile the fuzzer targets:
18
19$ make -C fuzzer -f makefile.unix
20