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)
Thu, Sep 25, 5:04 AM
Unknown Object (File)
Wed, Sep 17, 8:03 PM
Unknown Object (File)
Sep 6 2025, 10:08 PM
Unknown Object (File)
Sep 5 2025, 9:32 PM
Unknown Object (File)
Sep 5 2025, 4:53 AM
Unknown Object (File)
Aug 13 2025, 3:18 AM
Unknown Object (File)
Aug 8 2025, 6:51 PM
Unknown Object (File)
Aug 2 2025, 9:38 AM

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.