1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 02:57:44 +00:00

uutests: add a doc

This commit is contained in:
Sylvestre Ledru 2025-03-29 09:05:50 +01:00
parent 6cbb532a70
commit bb8c043a76

View file

@ -36,6 +36,8 @@ parts for getting started:
- [`src/bin/coreutils.rs`](https://github.com/uutils/coreutils/tree/main/src/bin/coreutils.rs): Code for the multicall
binary.
- [`docs`](https://github.com/uutils/coreutils/tree/main/docs/src): the documentation for the website
- [`tests/uutests/`](https://github.com/uutils/coreutils/tree/main/tests/uutests/):
Crate implementing the various functions to test uutils commands.
Each utility is defined as a separate crate. The structure of each of these
crates is as follows: