1
Fork 0
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:
Joseph Crail 2015-05-09 13:32:30 -04:00
parent 39de3f7b71
commit 234c81311f
3 changed files with 161 additions and 0 deletions

View file

@ -169,6 +169,7 @@ TEST_PROGS := \
paste \
seq \
sort \
split \
test \
tr \
truncate \