aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2017-09-01 18:29:49 -0400
committerGlenn Morris2017-09-01 18:29:49 -0400
commitcae005f28d8533aeb76ccb18601158ea959bc807 (patch)
tree2779fb54873626bdefe6595d9b24c065e52439e9
parent44c971bb67f7eb30ea6d078551b1815b57dcdeed (diff)
downloademacs-cae005f28d8533aeb76ccb18601158ea959bc807.tar.gz
emacs-cae005f28d8533aeb76ccb18601158ea959bc807.zip
* test/Makefile.in (check-no-automated-subdir): Silence by default.
-rw-r--r--test/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Makefile.in b/test/Makefile.in
index 0c3d3601d74..d4395e69bb8 100644
--- a/test/Makefile.in
+++ b/test/Makefile.in
@@ -220,7 +220,7 @@ endif
220## the tests were arranged differently. 220## the tests were arranged differently.
221.PHONY: check-no-automated-subdir 221.PHONY: check-no-automated-subdir
222check-no-automated-subdir: 222check-no-automated-subdir:
223 test ! -d $(srcdir)/automated 223 ${AM_V_at}test ! -d $(srcdir)/automated
224 224
225## Rerun all default tests. 225## Rerun all default tests.
226check: mostlyclean check-no-automated-subdir 226check: mostlyclean check-no-automated-subdir