mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57:44 +00:00
Merge pull request #585 from jbcrail/add-basename-split-tests
Add initial tests for basename/split.
This commit is contained in:
commit
1f67aaaf8c
4 changed files with 216 additions and 0 deletions
2
Makefile
2
Makefile
|
@ -158,6 +158,7 @@ endif
|
|||
|
||||
# Programs with usable tests
|
||||
TEST_PROGS := \
|
||||
basename \
|
||||
cat \
|
||||
cp \
|
||||
env \
|
||||
|
@ -173,6 +174,7 @@ TEST_PROGS := \
|
|||
pwd \
|
||||
seq \
|
||||
sort \
|
||||
split \
|
||||
test \
|
||||
tr \
|
||||
true \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue