svn commit: r384031 - in head/net/libsrtp: . files
Jan Beich
jbeich at FreeBSD.org
Wed Apr 15 04:35:08 UTC 2015
Mikhail Teterin <mi at FreeBSD.org> writes:
> Implement regression-check target (also known under other aliases)
> using upstream's self-tests.
[...]
> post-build:
> @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
> ${MAKEFILE} ${MAKE_ARGS} shared_library)
>
> +check test runtest regression-test: build
> + ${SETENV} LD_LIBRARY_PATH=${WRKSRC} ${MAKE_CMD} -C ${WRKSRC} runtest
> +
Maybe convert to DO_MAKE_BUILD ? shared_library ignores MAKE_JOBS_NUMBER
while runtest ignores MAKE_ENV (mainly HOME=${WRKDIR}).
post-build:
@(cd ${WRKSRC} && ${DO_MAKE_BUILD} shared_library)
check test runtest regression-test: build
@(cd ${WRKSRC} && ${SETENV} LD_LIBRARY_PATH=${WRKSRC} \
${DO_MAKE_BUILD} runtest)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 602 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-head/attachments/20150415/3359b05e/attachment.sig>
More information about the svn-ports-head
mailing list