Diff Detail
Diff Detail
- Repository
- rS FreeBSD src repository - subversion
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 44095 Build 40983: arc lint + arc unit
Event Timeline
Comment Actions
Can you please provide more context? Why do we need this? Do we need to go around all of the includes and substitute _KERNEL to "_KERNEL || KERNEL_UT"? Why can't the unit tests just define _KERNEL instead?
Comment Actions
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.