1
0
mirror of https://github.com/uutils/coreutils synced 2024-07-03 07:58:37 +00:00

gnu: document how to run the tests

This commit is contained in:
Sylvestre Ledru 2021-05-21 18:31:21 +02:00
parent adaba54026
commit ddcd6be37a

View File

@ -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
```
## Comparing with GNU
![Evolution over time](https://github.com/uutils/coreutils-tracking/blob/main/gnu-results.png?raw=true)
To run locally:
```bash
$ bash util/build-gnu.sh
$ bash util/run-gnu-test.sh
```
## Contribute
To contribute to uutils, please see [CONTRIBUTING](CONTRIBUTING.md).