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

tr: add some tests

This commit is contained in:
Michael Gehring 2014-05-18 17:58:56 +02:00
parent dded5fb80d
commit 1718fbe72c
2 changed files with 34 additions and 0 deletions

View file

@ -61,6 +61,7 @@ TEST_PROGS := \
cat \
mkdir \
seq \
tr \
truncate \
TEST ?= $(TEST_PROGS)