Skip to content

Commit

Permalink
doc: Add instructions to run GNU tests
Browse files Browse the repository at this point in the history
  • Loading branch information
miDeb authored Aug 26, 2021
1 parent 94e33c9 commit d7ff2ce
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions DEVELOPER_INSTRUCTIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ The documentation is updated everyday on this repository:

https://github.com/uutils/coreutils-docs

Running GNU tests
-----------------

- Check out https://github.com/coreutils/coreutils next to your fork as gnu
- Check out https://github.com/coreutils/gnulib next to your fork as gnulib
- Rename the checkout of your fork to uutils

At the end you should have uutils, gnu and gnulib checked out next to each other.

- Run `cd uutils && ./util/build-gnu.sh && cd ..` to get everything ready (this may take a while)
- Finally, you can run `tests with bash uutils/util/run-gnu-test.sh <test>`. Instead of `<test>` insert the test you want to run, e.g. `tests/misc/wc-proc`.


Code Coverage Report Generation
---------------------------------

Expand Down

0 comments on commit d7ff2ce

Please sign in to comment.