From 9732e4cd8f0c82950ad29d14285271c5e2693ef6 Mon Sep 17 00:00:00 2001 From: sergei Date: Thu, 25 Mar 2004 22:15:48 +0000 Subject: - Make running self-tests an optional step since it may fail in some environments (particularlly, bento's). Move it from do-build to a new test target. Reported by: bento (via kris) --- mail/qconfirm/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/qconfirm/Makefile b/mail/qconfirm/Makefile index cf508a048c30..e1d2a38f18e0 100644 --- a/mail/qconfirm/Makefile +++ b/mail/qconfirm/Makefile @@ -27,7 +27,11 @@ do-configure: ${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/src/conf-cc do-build: - cd ${WRKSRC} && package/compile && package/check + cd ${WRKSRC} && package/compile + @${ECHO_MSG} "Type 'make test' to run self-tests" + +test: + cd ${WRKSRC} && package/check do-install: ${INSTALL_PROGRAM} ${WRKSRC}/command/* ${PREFIX}/bin -- cgit