dovecot-2.0: Removed unused "make test" handling.
dovecot at dovecot.org
dovecot at dovecot.org
Mon Aug 3 20:33:59 EEST 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/bfa65235e772
changeset: 9717:bfa65235e772
user: Timo Sirainen <tss at iki.fi>
date: Mon Aug 03 13:32:27 2009 -0400
description:
Removed unused "make test" handling.
diffstat:
1 file changed, 5 deletions(-)
src/Makefile.am | 5 -----
diffs (12 lines):
diff -r d7e915fc741c -r bfa65235e772 src/Makefile.am
--- a/src/Makefile.am Mon Aug 03 12:47:37 2009 -0400
+++ b/src/Makefile.am Mon Aug 03 13:32:27 2009 -0400
@@ -34,8 +34,3 @@ SUBDIRS = \
util \
dsync \
plugins
-
-test:
- for dir in $(SUBDIRS); do \
- cd $$dir && if ! $(MAKE) test; then exit 1; fi; cd ..; \
- done
More information about the dovecot-cvs
mailing list