From: Sebastian B. <sb...@us...> - 2013-12-24 09:23:23
|
Update of /cvsroot/simplemail/simplemail/tests In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32430/tests Modified Files: makefile Log Message: Added dovecot-start and dovecot-stop targets. Index: makefile =================================================================== RCS file: /cvsroot/simplemail/simplemail/tests/makefile,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- makefile 24 Dec 2013 09:15:51 -0000 1.39 +++ makefile 24 Dec 2013 09:23:20 -0000 1.40 @@ -98,6 +98,14 @@ dovecot-conf: dovecot-bin cp -R $(DOVECOT_DIR)-root/share/doc/dovecot/example-config $(DOVECOT_DIR)-root/etc/dovecot +.PHONY: dovecot-start +dovecot-start: dovecot-conf + $(DOVECOT) + +.PHONY: dovecot-stop +dovecot-stop: dovecot-conf + $(DOVECOT) stop + .PHONY: imap-testsuite imap-testsuite: dovecot imap2_unittest -$(DOVECOT) stop |