Skip to content

Commit

Permalink
Add a blurb about the -G option in the testing section of build.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Gavin Howard committed Jan 8, 2019
1 parent 79f605c commit 5e260ae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion manuals/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,13 @@ make test
```

This `bc`, if built, assumes a working `bc` in the `PATH` to generate some
tests. The same goes for `dc`.
tests, unless the `-G` option is given to `configure.sh`, as follows:

```
./configure.sh -G
make
make test
```

[1]: https://pubs.opengroup.org/onlinepubs/9699919799/utilities/bc.html
[2]: https://www.gnu.org/software/bc/
Expand Down

0 comments on commit 5e260ae

Please sign in to comment.