README.md
1This directory contains multiple programs to fuzz Wuffs' implementations of
2various codecs. For example, `gif_fuzzer.c` is a program to fuzz Wuffs' GIF
3implementation.
4
5They are typically run indirectly, by a fuzzing framework such as
6[OSS-Fuzz](https://github.com/google/oss-fuzz). That repository's
7`projects/wuffs` directory contains the complementary configuration for this
8directory's code.
9
10When working on these files, it is possible to run them directly on an explicit
11test suite, in order to speed up the edit-compile-run cycle. Look for
12`WUFFS_CONFIG__FUZZLIB_MAIN` for more details, and in `seed_corpora.txt` for
13suggested test data.
14