coreutils/tests
Sylvestre Ledru dbe7a20e08 cksum/hashsum: refactor the common code.
Summary of the change:
* Move the common code into checksum
* Create a structure HashAlgorithm to handle the algorithm (instead of the 3 variables)
* Use the same function for cksum & hashsum for --check (perform_checksum_validation)
* Use the same for function for the hash generation (digest_reader)
* Add unit tests
* Add integration tests
* Fix some incorrect tests
2024-05-29 09:08:00 +02:00
..
benches/factor use num_prime for factorisation to fix gnu test 2024-04-21 11:24:25 +02:00
by-util cksum/hashsum: refactor the common code. 2024-05-29 09:08:00 +02:00
common tests: fix some clippy warnings 2024-05-25 09:06:16 +02:00
fixtures cksum/blake2b: improve the error management 2024-05-14 23:21:56 +02:00
test_util_name.rs tests: fix some clippy warnings 2024-05-25 09:06:16 +02:00
tests.rs relpath: remove 2023-10-04 16:13:06 +02:00