Page MenuHomeFreeBSD

Expose <sys/if_var.h> kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Sep 7, 1:17 AM
Unknown Object (File)
Fri, Sep 4, 12:23 PM
Unknown Object (File)
Thu, Aug 27, 6:49 PM
Unknown Object (File)
Thu, Aug 27, 6:49 PM
Unknown Object (File)
Wed, Aug 12, 11:06 AM
Unknown Object (File)
Mon, Aug 10, 1:42 PM
Unknown Object (File)
Aug 8 2026, 3:26 PM
Unknown Object (File)
Aug 4 2026, 4:16 PM

Details

Reviewers
vangyzen
imp

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 44097
Build 40985: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 10:03 PM

glebius@ has requested a different approach where unit tests define _KERNEL and opt out of the KPI symbols that they don't want, rather than opting into the symbols that they do want.