Skip to content

Commit

Permalink
Restyle
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed May 1, 2023
1 parent 70845ce commit 70168d3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/guides/BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,9 +278,9 @@ Example build commands:
### `libfuzzer` unit tests
`libfuzzer` unit tests tests are only compiled but not executed (you have to
manually execute them). For best error detection, some form of sanitizer
like `asan` should be used.
`libfuzzer` unit tests tests are only compiled but not executed (you have to
manually execute them). For best error detection, some form of sanitizer like
`asan` should be used.
To compile, use:
Expand All @@ -293,8 +293,8 @@ After which tests should be located in
#### `ossfuzz` configurations
`ossfuzz` configurations are not stand-alone fuzzing and instead serve
as an integration point with external fuzzing automated builds.
`ossfuzz` configurations are not stand-alone fuzzing and instead serve as an
integration point with external fuzzing automated builds.
They pick up environment variables such as `$CFLAGS`, `$CXXFLAGS` and
`$LIB_FUZZING_ENGINE`.
Expand Down

0 comments on commit 70168d3

Please sign in to comment.