tests: fix unit tests again

This commit is contained in:
Wim Taymans 2019-07-29 17:13:13 +02:00
parent e11a81ba4f
commit bf618c3440
2 changed files with 6 additions and 1 deletions

View file

@ -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);