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

Merge pull request #1503 from sylvestre/arch

test(arch): add tests and description text
This commit is contained in:
Roy Ivy III 2020-05-10 20:11:10 -05:00 committed by GitHub
commit 9052bc4de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 20 additions and 1 deletions

View file

@ -46,6 +46,7 @@ macro_rules! generic {
};
}
generic! {
"arch", test_arch;
"base32", test_base32;
"base64", test_base64;
"basename", test_basename;