mirror of
https://github.com/uutils/coreutils
synced 2024-11-10 07:04:16 +00:00
DEVELOPMENT.md: on FreeBSD, install GNU coreutils package to build/run tests
Signed-off-by: Laurent Cheylus <foxy@free.fr>
This commit is contained in:
parent
0bc70e3ba1
commit
be58798078
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
<!-- spell-checker:ignore (flags) Ccodegen Coverflow Cpanic Zinstrument Zpanic reimplementing toybox RUNTEST CARGOFLAGS nextest prereq autopoint gettext texinfo automake findutils shellenv libexec gnubin toolchains -->
|
||||
<!-- spell-checker:ignore (flags) Ccodegen Coverflow Cpanic Zinstrument Zpanic reimplementing toybox RUNTEST CARGOFLAGS nextest prereq autopoint gettext texinfo automake findutils shellenv libexec gnubin toolchains gsed -->
|
||||
|
||||
# Setting up your local development environment
|
||||
|
||||
|
@ -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
|
||||
```
|
||||
|
||||
## Code coverage report
|
||||
|
||||
Code coverage report can be generated using [grcov](https://github.com/mozilla/grcov).
|
||||
|
|
Loading…
Reference in a new issue