Page MenuHomeFreeBSD

Add host.test.mk for DIRDEPS_BUILD
ClosedPublic

Authored by sjg on May 16 2025, 9:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Oct 12, 6:55 PM
Unknown Object (File)
Sun, Oct 12, 6:05 PM
Unknown Object (File)
Wed, Oct 8, 9:10 PM
Unknown Object (File)
Mon, Oct 6, 2:14 PM
Unknown Object (File)
Fri, Oct 3, 12:10 AM
Unknown Object (File)
Wed, Oct 1, 11:14 PM
Unknown Object (File)
Sun, Sep 21, 11:45 PM
Unknown Object (File)
Sat, Sep 20, 6:35 PM
Subscribers

Details

Summary

If we are doing DIRDEPS_BUILD and MK_RUN_TEST is yes
we can hook tests associated with dirs to be built into the graph
such that we avoid circular dependencies but the build will fail
should any test fail.

Sponsored by: Juniper Networks, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

sjg requested review of this revision.May 16 2025, 9:15 PM

Add host.test.mk to FILES

Give this a chance of being useful to non-DIRDEPS_BUILD

share/mk/host.test.mk
3

This comment should be updated, since you've made changes to try to make it useful for non-DIRDEPS build also.

Update comment at start of host.test.mk

This revision is now accepted and ready to land.Jun 4 2025, 7:55 PM
This revision was automatically updated to reflect the committed changes.