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, Dec 27, 1:23 AM
Unknown Object (File)
Dec 5 2024, 7:00 PM
Unknown Object (File)
Nov 22 2024, 3:35 PM
Unknown Object (File)
Sep 26 2024, 11:38 PM
Unknown Object (File)
Sep 19 2024, 1:30 AM
Unknown Object (File)
Sep 12 2024, 6:03 PM
Unknown Object (File)
Sep 7 2024, 2:38 PM
Unknown Object (File)
Sep 6 2024, 8:02 AM
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.