You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add ztest coverage for list_relink function that was missing from the
unit test suite. The test validates both empty list and non-empty list
relinking scenarios.
The test covers:
- Empty list relinking ensuring proper initialization
- Non-empty list relinking verifying that item back-references to the
list head are correctly updated when the head structure is moved
- List integrity validation after relinking operations
This completes the test coverage for all list.h functions and ensures
the list_relink functionality is properly validated in the ztest
framework.
Signed-off-by: Tomasz Leman <[email protected]>
0 commit comments