Skip to content

Commit

Permalink
fix minor documentation errors
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldreik authored Jun 9, 2019
1 parent 1572411 commit 3997375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fuzzing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if(spec.precision>100000) {
This macro is the defacto standard for making fuzzing practically possible, see [the libFuzzer documentation](https://llvm.org/docs/LibFuzzer.html#fuzzer-friendly-build-mode).

## Running the fuzzers locally
There is a (helper script)[./build.sh] to build the fuzzers, which has only been tested on Debian and Ubuntu linux. There should be no problems fuzzing on Windows (using a recent clang) or Mac, but the script will probably not work.
There is a [helper script](build.sh) to build the fuzzers, which has only been tested on Debian and Ubuntu linux so far. There should be no problems fuzzing on Windows (using clang>=8) or on Mac, but the script will probably not work out of the box.

Something along
```sh
Expand Down

0 comments on commit 3997375

Please sign in to comment.