diff options
author | Jim Meyering <jim@meyering.net> | 2006-01-13 13:55:49 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2006-01-13 13:55:49 +0000 |
commit | 9f43b7e39dd80f56b892c474ee72a6f9f9dea51b (patch) | |
tree | 2ce2c5edf3e955faf61a7367514c09ae70bbd3e6 /tests | |
parent | a25795c92624657d666619b9d25f0f0d81d3c673 (diff) | |
download | coreutils-9f43b7e39dd80f56b892c474ee72a6f9f9dea51b.tar.xz |
(SUBDIRS): Add comments discouraging the
addition of new directories under tests/.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 2ef5d7180..0364722c6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -18,11 +18,15 @@ EXTRA_DIST = \ expensive group-names input-tty lang-default mk-script priv-check \ rwx-to-mode sample-test setgid-check umask-check very-expensive +## N O T E :: Please do not add new tests/ directories. +## Some people feel that there are too many already. +## Put new tests in misc/. SUBDIRS = \ basename chgrp chmod chown cp cut dd dircolors du expr factor \ fmt head install join ln ls ls-2 md5sum misc mkdir mv od pr readlink \ rm rmdir seq sha1sum shred sort stty sum tac tail tail-2 tee test \ touch tr tsort unexpand uniq wc +## N O T E :: Please do not add new directories. .PHONY: check-root check-root: |