✿ Fleur de Blue
2a2cafdbd4
Re-enable unused_qualifications lint ( #10571 )
2026-02-03 21:55:21 +01:00
Dorian Peron
ade6e8c632
Remove mentions to hashsum
2026-01-31 14:37:33 +01:00
Dorian Peron
70c37a72ad
sha512sum: introduce standalone binary
2026-01-28 10:14:14 +01:00
Dorian Peron
417c424213
sha384sum: introduce standalone binary
2026-01-28 10:14:12 +01:00
Dorian Peron
928ca15251
sha256sum: introduce standalone binary
2026-01-28 10:14:10 +01:00
Dorian Peron
e5f72019d2
sha224sum: introduce standalone binary
2026-01-28 10:14:07 +01:00
Dorian Peron
6aa5b1fe66
sha1sum: introduce standalone binary
2026-01-28 10:14:03 +01:00
Dorian Peron
d22c7e14ec
b2sum: introduce standalone binary
2026-01-28 10:14:01 +01:00
Dorian Peron
a968342d42
md5sum: introduce standalone binary
2026-01-28 10:13:57 +01:00
Aaron Ang
2919027841
uudoc: move manpage generation away from the binary
2025-10-22 01:17:08 -07:00
Sylvestre Ledru
8be432e6ef
uutests: fix the doc
2025-03-29 09:28:54 +01:00
Sylvestre Ledru
50fe623447
Create the uutest crate + adjust the code
...
+ move some of the tests into the program test
2025-03-28 21:40:31 +01:00
boxdot
e88183174b
relpath: remove
...
Closes #5236
2023-10-04 16:13:06 +02:00
Sylvestre Ledru
bfca6bf70f
Add license headers on all files
2023-08-21 10:49:27 +02:00
Daniel Hofstetter
7a888da409
tests: remove all "extern crate" statements
2023-04-10 08:31:31 +02:00
Terts Diepraam
adf4bab03c
tests: do not generate module structure in build.rs
...
Generating the tests to run in build.rs created problems for tooling. For example, cargo fmt, was ignoring the test_*.rs files and needed to be passed these files manually to be formatted. Now we simply use the feature mechanism to decide which tests to run.
2022-10-05 13:30:22 +02:00
Jamie Quigley
1a270361c0
Replace lazy_static with once_cell
2022-07-12 14:08:30 +01:00
Roy Ivy III
ebb2c3dfb4
tests ~ use build.rs build list of test_UTIL module files
2020-06-02 12:17:30 -05:00
Roy Ivy III
923c47a408
refactor ~ remove outdated clippy attributes
2020-05-30 01:36:02 -05:00
Roy Ivy III
8e886c30dc
Merge pull request #1511 from sylvestre/more
...
fix(more) handle no arguments without panic; add test and a FixME
2020-05-15 19:17:01 -05:00
Sylvestre Ledru
62901490e1
test(more): add a test for more when called without arg
2020-05-15 18:17:57 -05:00
Sylvestre Ledru
2c90932ec0
test(uptime): Add a test ( #1512 )
2020-05-15 18:09:10 -05:00
Sylvestre Ledru
601690b079
test(expand): Add some tests for expand ( #1505 )
2020-05-15 18:09:10 -05:00
Sylvestre Ledru
0ca5132a06
test(whoami): Add test for whoami ( #1506 )
...
* test(whoami): Add test for whoami
Side effect: also tests "id -un"
2020-05-15 14:19:40 +02:00
Roy Ivy III
9052bc4de7
Merge pull request #1503 from sylvestre/arch
...
test(arch): add tests and description text
2020-05-10 20:11:10 -05:00