]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commit
tests: add partition layer unit tests (Etapa 7)
authorTulio A M Mendes <[email protected]>
Tue, 26 May 2026 04:10:34 +0000 (01:10 -0300)
committerTulio A M Mendes <[email protected]>
Wed, 3 Jun 2026 04:02:35 +0000 (01:02 -0300)
commitc40f4db6f7b19c4017775cf31fc35d10df97dac6
treeee2ee09e46c0d810eb068f8dbaf7ba6c4a596c3e
parent9781ea2e95c9e59b3994eab7b17104dc98dec950
tests: add partition layer unit tests (Etapa 7)

- Added 10 unit tests for partition layer in test_utils.c
- Tests cover: register, find, find_by_device, refcount
- Added ASSERT_NEQ macro for not-equal assertions
- Added mock partition registry for testing
- Host tests: 73/73 PASS (63 + 10 new)
- Smoke tests: 124/124 PASS
tests/test_utils.c