Page MenuHomeFreeBSD

Expose sys/vnet.h kernel decls to sysunit tests
AbandonedPublic

Authored by rstone on Jan 25 2022, 9:36 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 23, 12:55 AM
Unknown Object (File)
Fri, Apr 18, 7:44 AM
Unknown Object (File)
Mar 11 2025, 2:45 AM
Unknown Object (File)
Feb 27 2025, 1:06 AM
Unknown Object (File)
Jan 23 2025, 12:21 AM
Unknown Object (File)
Jan 20 2025, 3:58 PM
Unknown Object (File)
Dec 26 2024, 9:26 PM
Unknown Object (File)
Dec 14 2024, 10:15 PM

Details

Reviewers
vangyzen
imp

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 10:03 PM
sys/net/vnet.h
455

_KERNEL_UT_VNET_? Search-and-replace gone wrong?

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.