Skip to content

Commit 15f8a6a

Browse files
Rename to fuzz_targets.txt
1 parent 70930f2 commit 15f8a6a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Components that are hosted in this repository:
2525
the fuzzer can use when mutating input sequences.
2626
* Coverage header file (`python_coverage.h`): This file is compiled with CPython
2727
so that line coverage is tracked over time as the fuzzer executes.
28-
* Fuzz test list (`fuzz_tests.txt`): This file lists all fuzz targets and is
28+
* Fuzz test list (`fuzz_targets.txt`): This file lists all fuzz targets and is
2929
read by the OSS-Fuzz build script.
3030

3131
Components that are hosted elsewhere:
@@ -36,7 +36,7 @@ Components that are hosted elsewhere:
3636
`Dockerfile` and `build.sh` describe how the fuzzer
3737
image is built and what fuzz targets are executed by OSS-Fuzz.
3838

39-
When you create a new fuzz target, add the target to `fuzz_tests.txt` so that it
39+
When you create a new fuzz target, add the target to `fuzz_targets.txt` so that it
4040
is executed by OSS-Fuzz.
4141

4242
## Adding fuzzing to CPython CI
File renamed without changes.

0 commit comments

Comments
 (0)