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

test(date): add tests

This commit is contained in:
Sylvestre Ledru 2020-05-02 01:03:01 +02:00 committed by Roy Ivy III
parent 850bd9c32d
commit 1f1edc5a33
2 changed files with 134 additions and 0 deletions

View file

@ -52,6 +52,7 @@ generic! {
"comm", test_comm;
"cp", test_cp;
"cut", test_cut;
"date", test_date;
"dircolors", test_dircolors;
"dirname", test_dirname;
"df", test_df;