diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index db386cebe29..62443a195ef 100644 --- a/test/Makefile.in +++ b/test/Makefile.in | |||
| @@ -133,8 +133,7 @@ $(foreach test,${TESTS},$(eval $(call test_template,${test}))) | |||
| 133 | ## have to run Emacs for every make invocation, and it might not be | 133 | ## have to run Emacs for every make invocation, and it might not be |
| 134 | ## available during clean. | 134 | ## available during clean. |
| 135 | -include make-test-deps.mk | 135 | -include make-test-deps.mk |
| 136 | 136 | ## Rerun default tests. | |
| 137 | ## Re-run all the tests every time. | ||
| 138 | check: | 137 | check: |
| 139 | -@for f in $(LOGFILES); do test ! -f $$f || mv $$f $$f~; done | 138 | -@for f in $(LOGFILES); do test ! -f $$f || mv $$f $$f~; done |
| 140 | @${MAKE} check-maybe | 139 | @${MAKE} check-maybe |