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

Add initial tests.

This commit is contained in:
Joseph Crail 2015-06-03 01:38:59 -04:00
parent 1e22455032
commit 2dd90af92a
5 changed files with 95 additions and 1 deletions

View file

@ -188,7 +188,8 @@ TEST_PROGS := \
truncate \
tsort \
unlink \
unexpand
unexpand \
wc
TEST ?= $(TEST_PROGS)