From ddcd6be37afb0b9a23431415399ad6cf4f881b74 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Fri, 21 May 2021 18:31:21 +0200 Subject: [PATCH] gnu: document how to run the tests --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7de4419af..6b29fa854 100644 --- a/README.md +++ b/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 ``` +## 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).