1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- Disable regression tests on pointyhat - they are trying to allocate infinite

amount of memory

With hat:	portmgr
This commit is contained in:
Pav Lucistnik 2008-01-28 08:45:59 +00:00
parent 809ce9b1ca
commit f4be34c3e1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206308

View File

@ -83,11 +83,13 @@ do-install:
${INSTALL_DATA} ${PATCH_WRKSRC}/doc/* ${DOCSDIR}
.endif
.ifndef(PACKAGE_BUILDING)
regression-test:
(cd ${WRKSRC}/../test/unit && \
${SETENV} STLPORT_LIB_DIR="${PATCH_WRKSRC}/lib" \
${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${INSTALL_TARGET} && \
(../../../bin/stl_unit_test || ${TRUE}) && \
(../../../bin-g/stl_unit_test || ${TRUE}) )
.endif
.include <bsd.port.post.mk>