From 2816ab49614eb22eaae14b28a95bbb1c8ac9770f Mon Sep 17 00:00:00 2001 From: dillo Date: Sat, 12 Jul 2003 13:23:43 +0000 Subject: don't define test target directly, use do-test instead --- mbone/common-mml/Makefile | 4 ++-- pkgtools/digest/Makefile | 4 ++-- security/openssl/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/mbone/common-mml/Makefile b/mbone/common-mml/Makefile index c582eeb5042..88fc7b16aee 100644 --- a/mbone/common-mml/Makefile +++ b/mbone/common-mml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2003/03/29 12:41:46 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2003/07/12 13:23:43 dillo Exp $ # DISTNAME= common-1.2.0 @@ -25,7 +25,7 @@ post-install: ${INSTALL_DATA_DIR} ${PREFIX}/include/common-mml ${INSTALL_DATA} ${WRKSRC}/*.h ${PREFIX}/include/common-mml -test: build +do-test: ${WRKSRC}/test-libcommon .include "../../mk/bsd.pkg.mk" diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index 72d5cc722a7..b234239da72 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2003/03/28 21:14:26 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2003/07/12 13:24:27 dillo Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -30,7 +30,7 @@ do-extract: pre-install: -@${MKDIR} ${PKG_DBDIR} -test: +do-test: @${ECHO} "No news is good news" @cd ${WRKSRC} && ${SETENV} DIGESTDIR=${WRKSRC} ${SH} ./regress.sh @${ECHO} "All tests completed" diff --git a/security/openssl/Makefile b/security/openssl/Makefile index 70dc85953ed..6b07e74206c 100644 --- a/security/openssl/Makefile +++ b/security/openssl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.73 2003/07/02 13:03:25 grant Exp $ +# $NetBSD: Makefile,v 1.74 2003/07/12 13:25:23 dillo Exp $ DISTNAME= openssl-0.9.6g PKGREVISION= 2 @@ -41,7 +41,7 @@ do-configure: && ${SETENV} ${CONFIGURE_ENV} ./${CONFIGURE_SCRIPT} \ ${CONFIGURE_ARGS} -test: all +do-test: @cd ${WRKSRC}/test \ && ${SETENV} ${LD_PATH_VARNAME}=${WRKSRC} \ ${MAKE_PROGRAM} tests \ -- cgit v1.2.3