Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 300 Bytes

fuzz_testing.md

File metadata and controls

9 lines (6 loc) · 300 Bytes

Fuzz Testing

This project uses libFuzzer for fuzz testing. The fuzzer is run on the pixelmatch function with fuzzer-provided inputs.

To run the fuzzer, use the following command:

bazel run --config=asan-libfuzzer //tests:pixelmatch_fuzzer_run