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)
Sat, Apr 13, 12:35 AM
Unknown Object (File)
Dec 22 2023, 4:12 PM
Unknown Object (File)
Oct 15 2023, 1:26 AM
Unknown Object (File)
Sep 8 2023, 8:43 PM
Unknown Object (File)
Mar 3 2023, 10:08 AM
Unknown Object (File)
Feb 16 2023, 12:17 PM
Unknown Object (File)
Jan 5 2023, 4:52 AM
Unknown Object (File)
Dec 14 2022, 10:16 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.