HomeFreeBSD

Implemented complete support for test target.

Description

Implemented complete support for test target.

You can now `make test' on any port to run test sequence, no-op by default.
If a port defines TEST_TARGET, it'll run sub-make with specified target,
usually check' or test', useful if upstream supports that. The port may
instead define custom do-test target, as well as usual satellite targets:

{pre,do,post}-test, {pre,do,post}-test-OPT, {pre,do,post}-test-OPT-off

`make test' builds and stages port first, so test may use both WRKDIR and
STAGEDIR, and both BUILD and RUN depends are available for test target.
Additionally, TEST_DEPENDS is now properly supported and may be used to
define additional depends specifically for testing.

Framework may define default tests for specific cases. For instance,
perl5.mk and cran.mk already provide default test target on their own.

This commit also converts my ports which have tests to this new framework.

Approved by: portmgr (bapt)
Differential Revision: D3680

Details

Provenance
AMDmi3Authored on
Differential Revision
D3680: Complete `make test' support
Parents
rP398124: Update to 0.3.6.
Branches
Unknown
Tags
Unknown