UnitTest: lib: test_mem_block_get increase num of blocks

As preparation for continous testing there 's a need to increase
number of blocks in tests

Signed-off-by: Marcin Szkudlinski <marcin.szkudlinski@intel.com>
This commit is contained in:
Marcin Szkudlinski 2022-03-15 08:31:42 +01:00 committed by Anas Nashif
commit 2cdce0ccb2

View file

@ -12,7 +12,7 @@
#include <sys/util.h>
#define BLK_SZ 64
#define NUM_BLOCKS 4
#define NUM_BLOCKS 8
SYS_MEM_BLOCKS_DEFINE(mem_block_01, BLK_SZ, NUM_BLOCKS, 4);