Run regression tests only on demand
This commit is contained in:
parent
0401c998a0
commit
3aa22520c8
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.19 2009/03/05 14:17:48 hfath Exp $
|
||||
# $NetBSD: Makefile,v 1.20 2010/04/02 18:08:23 hfath Exp $
|
||||
|
||||
DISTNAME= c-news
|
||||
PKGNAME= c-news-CR-7
|
||||
|
@ -45,6 +45,10 @@ EGDIR= ${PREFIX}/share/examples/c-news
|
|||
DEPENDS+= uucp-[1-9]*:../../net/uucp
|
||||
.endif
|
||||
|
||||
.if !empty(PKGSRC_RUN_TEST:M[Yy][Ee][Ss])
|
||||
TEST_TARGET= regression
|
||||
.endif
|
||||
|
||||
USE_TOOLS+= perl:run
|
||||
REPLACE_PERL+= ${PGPVERIFY:Q}
|
||||
|
||||
|
@ -94,7 +98,7 @@ pre-configure:
|
|||
# One of the regression tests does not work correctly if we are in
|
||||
# a union-mounted directory. In that case, build with something like
|
||||
# "env WRKOBJDIR=/var/tmp make".
|
||||
post-build: build-doc regression
|
||||
post-build: build-doc
|
||||
|
||||
.PHONY: regression
|
||||
regression:
|
||||
|
|
Loading…
Reference in a new issue