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
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
#include <sys/util.h>
|
#include <sys/util.h>
|
||||||
|
|
||||||
#define BLK_SZ 64
|
#define BLK_SZ 64
|
||||||
#define NUM_BLOCKS 4
|
#define NUM_BLOCKS 8
|
||||||
|
|
||||||
SYS_MEM_BLOCKS_DEFINE(mem_block_01, BLK_SZ, NUM_BLOCKS, 4);
|
SYS_MEM_BLOCKS_DEFINE(mem_block_01, BLK_SZ, NUM_BLOCKS, 4);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue