diff options
-rw-r--r-- | tests/Makefile.am | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 68ea6b49b..2ef2f10fa 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -162,16 +162,6 @@ all_root_tests = \ check-root: $(MAKE) check TESTS='$(root_tests)' -check-recursive: root-hint - -# Advertise 'check-root' target. -.PHONY: root-hint -root-hint: - @echo '***********************************************************' - @echo "NOTICE: Some tests may be run only as root." - @echo " See the 'Running tests as root' section in README." - @echo '***********************************************************' - EXTRA_DIST += $(all_tests) # Do not choose a name that is a shell keyword like 'if', or a |