mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 12:07:46 +00:00
Add initial tests for split.
I created random data to test several cases. I verified that the data is split into the correct number of files and can also be reassembled into the original file.
This commit is contained in:
parent
39de3f7b71
commit
234c81311f
3 changed files with 161 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -169,6 +169,7 @@ TEST_PROGS := \
|
|||
paste \
|
||||
seq \
|
||||
sort \
|
||||
split \
|
||||
test \
|
||||
tr \
|
||||
truncate \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue