Skip to content

Commit

Permalink
DEVELOPMENT.md: on FreeBSD, install GNU coreutils package to build/ru…
Browse files Browse the repository at this point in the history
…n tests

Signed-off-by: Laurent Cheylus <foxy@free.fr>
  • Loading branch information
lcheylus committed Jan 2, 2024
1 parent a441e13 commit 4788225
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,12 @@ DEBUG=1 bash util/run-gnu-test.sh tests/misc/sm3sum.pl

Note that GNU test suite relies on individual utilities (not the multicall binary).

On FreeBSD, you need to install packages for GNU coreutils and sed (used in shell scripts instead of system commands):

```shell
pkg install coreutils gsed

Check failure on line 247 in DEVELOPMENT.md

View workflow job for this annotation

GitHub Actions / Style/spelling (ubuntu-latest, feat_os_unix)

ERROR: Unknown word (gsed) (file:'DEVELOPMENT.md', line:247)
```

## Code coverage report

Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov).
Expand Down

0 comments on commit 4788225

Please sign in to comment.