Date: Sat, 01 Jul 2006 23:32:07 +0200 From: Mathieu Arnold <mat@FreeBSD.org> To: Aaron Dalton <aaron@freebsd.org>, freebsd-perl@freebsd.org Subject: Re: Perl Ports and 'make test' Message-ID: <486033EEA249A687539CAA1B@[192.168.1.5]> In-Reply-To: <44A6D67B.4060400@freebsd.org> References: <44A6D67B.4060400@freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
+-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
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.4 (MingW32)
iD8DBQFEpunZJqR8av5thQ8RAkRhAKDCjvG55XJEoUe0fJxiXxNx9TMjggCfXuTV
8vX+xP0a8mRCNRaPhmzYOzs=
=W/1C
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?486033EEA249A687539CAA1B>
