diff options
| author | Glenn Morris | 2017-09-01 18:29:49 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-09-01 18:29:49 -0400 |
| commit | cae005f28d8533aeb76ccb18601158ea959bc807 (patch) | |
| tree | 2779fb54873626bdefe6595d9b24c065e52439e9 | |
| parent | 44c971bb67f7eb30ea6d078551b1815b57dcdeed (diff) | |
| download | emacs-cae005f28d8533aeb76ccb18601158ea959bc807.tar.gz emacs-cae005f28d8533aeb76ccb18601158ea959bc807.zip | |
* test/Makefile.in (check-no-automated-subdir): Silence by default.
| -rw-r--r-- | test/Makefile.in | 2 |
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 |
| 222 | check-no-automated-subdir: | 222 | check-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. |
| 226 | check: mostlyclean check-no-automated-subdir | 226 | check: mostlyclean check-no-automated-subdir |