mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
gnu: document how to run the tests
This commit is contained in:
parent
adaba54026
commit
ddcd6be37a
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -318,6 +318,16 @@ To pass an argument like "-v" to the busybox test runtime
|
||||||
$ make UTILS='UTILITY_1 UTILITY_2' RUNTEST_ARGS='-v' busytest
|
$ make UTILS='UTILITY_1 UTILITY_2' RUNTEST_ARGS='-v' busytest
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Comparing with GNU
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
To run locally:
|
||||||
|
```bash
|
||||||
|
$ bash util/build-gnu.sh
|
||||||
|
$ bash util/run-gnu-test.sh
|
||||||
|
```
|
||||||
|
|
||||||
## Contribute
|
## Contribute
|
||||||
|
|
||||||
To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue