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
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