Page MenuHomeFreeBSD

Expose <sys/param.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 7, 3:35 PM
Unknown Object (File)
Mon, Nov 3, 9:59 AM
Unknown Object (File)
Sat, Oct 18, 2:14 AM
Unknown Object (File)
Oct 10 2025, 2:49 AM
Unknown Object (File)
Oct 5 2025, 11:36 PM
Unknown Object (File)
Sep 29 2025, 3:25 PM
Unknown Object (File)
Sep 24 2025, 2:44 PM
Unknown Object (File)
Sep 12 2025, 8:52 PM
Subscribers

Details

Reviewers
vangyzen
imp

Diff Detail

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

Event Timeline

This revision is now accepted and ready to land.Jan 25 2022, 9:59 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.