- Switch to new test framework
Approved by: portmgr blanket
This commit is contained in:
parent
b53a0db6c5
commit
4ecd5cdf96
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473870
@ -38,6 +38,7 @@ CONFIGURE_ARGS= --with-gfortran \
|
||||
-disable-static-system-lib
|
||||
CONFIGURE_ENV= BLAS_LIBS="${BLASLIB}" LAPACK_LIBS="${LAPACKLIB}"
|
||||
INSTALL_TARGET= install-strip
|
||||
TEST_TARGET= check # XXX: tests fail
|
||||
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
@ -169,8 +170,4 @@ post-install:
|
||||
@# toolbox uninstaller otherwise if 3rd party toolboxes are used
|
||||
@${FIND} ${STAGEDIR}${DATADIR}/modules -type d -empty -delete
|
||||
|
||||
check test regression-test: build
|
||||
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${_MAKE_JOBS} \
|
||||
${MAKE_ARGS} check)
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user