Really introduce test target.

This commit is contained in:
Aleksej Saushev 2012-06-18 10:27:22 +00:00 committed by Thomas Klausner
parent 9c4b7c0fe1
commit 7e51106f66

View file

@ -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 DISTNAME= redis-2.4.14
@ -66,4 +66,7 @@ post-install:
cd ${WRKSRC}/utils && pax -rwpp . ${DESTDIR}${EGDIR}/utils/ cd ${WRKSRC}/utils && pax -rwpp . ${DESTDIR}${EGDIR}/utils/
cd ${WRKSRC}/tests && pax -rwpp . ${DESTDIR}${EGDIR}/tests/ cd ${WRKSRC}/tests && pax -rwpp . ${DESTDIR}${EGDIR}/tests/
do-test:
cd $(WRKSRC) && $(SH) runtest
.include "../../mk/bsd.pkg.mk" .include "../../mk/bsd.pkg.mk"