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)
Tue, Mar 11, 1:55 PM
Unknown Object (File)
Sat, Mar 8, 5:13 PM
Unknown Object (File)
Feb 15 2025, 9:46 AM
Unknown Object (File)
Jan 20 2025, 12:23 PM
Unknown Object (File)
Jan 20 2025, 12:10 PM
Unknown Object (File)
Jan 19 2025, 2:39 AM
Unknown Object (File)
Dec 27 2024, 1:23 AM
Unknown Object (File)
Dec 5 2024, 7:00 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.