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

Add initial test for tsort.

This commit is contained in:
Joseph Crail 2015-05-09 23:38:48 -04:00
parent 1f67aaaf8c
commit 82dbd02c03
4 changed files with 66 additions and 0 deletions

View file

@ -179,6 +179,7 @@ TEST_PROGS := \
tr \
true \
truncate \
tsort \
unexpand
TEST ?= $(TEST_PROGS)