mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-27 11:07:44 +00:00
uutests: add a doc
This commit is contained in:
parent
6cbb532a70
commit
bb8c043a76
1 changed files with 2 additions and 0 deletions
|
@ -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
|
- [`src/bin/coreutils.rs`](https://github.com/uutils/coreutils/tree/main/src/bin/coreutils.rs): Code for the multicall
|
||||||
binary.
|
binary.
|
||||||
- [`docs`](https://github.com/uutils/coreutils/tree/main/docs/src): the documentation for the website
|
- [`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
|
Each utility is defined as a separate crate. The structure of each of these
|
||||||
crates is as follows:
|
crates is as follows:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue