- Switch to new test framework

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2018-07-04 08:37:36 +00:00
parent b53a0db6c5
commit 4ecd5cdf96
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=473870

View File

@ -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>