mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Add tests for cksum/sum.
This commit is contained in:
parent
809affff6c
commit
04014d314c
16 changed files with 159 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -165,6 +165,7 @@ TEST_PROGS := \
|
|||
base64 \
|
||||
basename \
|
||||
cat \
|
||||
cksum \
|
||||
cp \
|
||||
cut \
|
||||
env \
|
||||
|
@ -189,6 +190,7 @@ TEST_PROGS := \
|
|||
sort \
|
||||
split \
|
||||
stdbuf \
|
||||
sum \
|
||||
tac \
|
||||
test \
|
||||
touch \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue