diff options
-rw-r--r-- | tests/Makefile.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.in b/tests/Makefile.in index 6a5ac9c6c..0eda74437 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -666,6 +666,7 @@ uninstall-info: uninstall-info-recursive uninstall-info-am +.PHONY: check-root check-root: cd chown && $(MAKE) check TESTS=basic cd cp && $(MAKE) check TESTS=special-bits @@ -683,6 +684,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." |