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:
parent
9756914090
commit
2cdce0ccb2
@ -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);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user