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)
Mon, Aug 10, 5:24 PM
Unknown Object (File)
Sat, Aug 8, 7:22 PM
Unknown Object (File)
Sat, Aug 8, 3:08 AM
Unknown Object (File)
Mon, Aug 3, 7:34 AM
Unknown Object (File)
Sun, Aug 2, 3:42 AM
Unknown Object (File)
Sat, Aug 1, 4:18 AM
Unknown Object (File)
Mon, Jul 27, 5:30 AM
Unknown Object (File)
Sun, Jul 26, 10:35 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.