mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
tests: fix unit tests again
This commit is contained in:
parent
e11a81ba4f
commit
bf618c3440
2 changed files with 6 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ static void test_abi(void)
|
|||
spa_assert(SPA_DATA_MemPtr == 1);
|
||||
spa_assert(SPA_DATA_MemFd == 2);
|
||||
spa_assert(SPA_DATA_DmaBuf == 3);
|
||||
spa_assert(SPA_DATA_LAST == 4);
|
||||
spa_assert(SPA_DATA_MemId == 4);
|
||||
spa_assert(SPA_DATA_LAST == 5);
|
||||
|
||||
spa_assert(sizeof(struct spa_chunk) == 16);
|
||||
spa_assert(sizeof(struct spa_data) == 40);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue