1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00

- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-02-24 09:02:59 +00:00
parent 1d01aa7bb6
commit 0085f80439
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=462779

View File

@ -17,6 +17,7 @@ USE_LDCONFIG= yes
CPE_VENDOR= ${CPE_PRODUCT}_project
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
TEST_TARGET= check
OPTIONS_DEFINE= CPU_CLIP DOCS EXAMPLES
CPU_CLIP_DESC= Allow machine-dependent clipping
@ -45,10 +46,4 @@ BUILD_DEPENDS += libsndfile>=0:audio/libsndfile
CONFIGURE_ARGS+= --disable-sndfile
.endif
.if defined(MAINTAINER_MODE)
check regression-test test: build
@cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${_MAKE_JOBS} ${MAKE_ARGS} \
check
.endif
.include <bsd.port.mk>