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, Nov 8, 12:20 AM
Unknown Object (File)
Oct 17 2024, 3:54 PM
Unknown Object (File)
Sep 27 2024, 1:23 PM
Unknown Object (File)
Sep 26 2024, 5:46 AM
Unknown Object (File)
Sep 7 2024, 10:18 PM
Unknown Object (File)
Jun 28 2024, 4:54 PM
Unknown Object (File)
May 9 2024, 1:55 AM
Unknown Object (File)
May 6 2024, 10:57 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.