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

base32: add tests

This commit is contained in:
Knight 2016-08-06 11:46:39 +08:00
parent 9c7ff133dc
commit b0097d0565
2 changed files with 93 additions and 0 deletions

View file

@ -48,6 +48,7 @@ macro_rules! generic {
};
}
generic! {
"base32", test_base32;
"base64", test_base64;
"basename", test_basename;
"cat", test_cat;