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)
Fri, Apr 10, 11:41 PM
Unknown Object (File)
Mon, Apr 6, 4:14 PM
Unknown Object (File)
Mon, Apr 6, 2:04 PM
Unknown Object (File)
Fri, Mar 20, 2:10 PM
Unknown Object (File)
Thu, Mar 19, 5:10 PM
Unknown Object (File)
Mar 11 2026, 11:24 PM
Unknown Object (File)
Mar 10 2026, 1:30 AM
Unknown Object (File)
Mar 4 2026, 4:12 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.