1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-27 19:17:43 +00:00

who: add tests

This commit is contained in:
Knight 2016-08-11 15:37:39 +08:00
parent 8c6cd72848
commit 7637115e51
3 changed files with 91 additions and 1 deletions

View file

@ -196,7 +196,8 @@ TEST_PROGS := \
unexpand \
uniq \
unlink \
wc
wc \
who
TESTS := \
$(sort $(filter $(UTILS),$(filter-out $(SKIP_UTILS),$(TEST_PROGS))))