diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 4952ee68d..6289d8d94 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -24,6 +24,7 @@ SUBDIRS = \ rm rmdir seq sha1sum shred sort stty sum tac tail tail-2 test touch \ tr tsort unexpand uniq wc +.PHONY: check-root check-root: cd chown && $(MAKE) check TESTS=basic cd cp && $(MAKE) check TESTS=special-bits @@ -41,6 +42,7 @@ evar-check: && sed s/%%/CDPATH/ $(srcdir)/.env-warn || : # Advertise `check-root' target. +.PHONY: root-hint root-hint: @echo '***********************************************************' @echo "NOTICE: Some tests may be run only as root." |