Really introduce test target.
This commit is contained in:
parent
9c4b7c0fe1
commit
7e51106f66
1 changed files with 4 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.17 2012/06/18 10:26:03 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2012/06/18 10:27:22 asau Exp $
|
||||
#
|
||||
|
||||
DISTNAME= redis-2.4.14
|
||||
|
@ -66,4 +66,7 @@ post-install:
|
|||
cd ${WRKSRC}/utils && pax -rwpp . ${DESTDIR}${EGDIR}/utils/
|
||||
cd ${WRKSRC}/tests && pax -rwpp . ${DESTDIR}${EGDIR}/tests/
|
||||
|
||||
do-test:
|
||||
cd $(WRKSRC) && $(SH) runtest
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue