Perl Ports and 'make test'

Mathieu Arnold mat at FreeBSD.org
Sat Jul 1 22:28:06 UTC 2006


+-Le 01/07/2006 14:09 -0600, Aaron Dalton a dit :
| I did a quick search of the mailing list archives and didn't see any
| postings on this matter (which surprised me actually).  Is anybody
| working on a way to incorporate Perl's 'make test' procedure into the
| port building framework?  Has this been discussed to death somewhere of
| which I am not aware?  I'm inexperienced, but willing to learn so, is
| there something I can do to help?

Well, you could add a :
regression-test:
        @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS}
${MAKEFILE} ${MAKE_ARGS} test)
or
        @(cd ${BUILD_WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} ${PL_BUILD}
${MAKE_ARGS} test)

So that it gets picked up by tinderbox, I've been thinking about it, but I
fear that it'd be a bit too troublesome :-)

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-perl/attachments/20060701/23c51442/attachment.pgp


More information about the freebsd-perl mailing list