Both tests set CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0 so extract it to prj.conf. The tests require malloc arena size to be 0 to run successful. By refactoring the config, it is now able to with west build and still passing. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
8 lines
206 B
Plaintext
8 lines
206 B
Plaintext
CONFIG_ZTEST=y
|
|
CONFIG_DEMAND_PAGING=y
|
|
CONFIG_DEMAND_PAGING_STATS=y
|
|
CONFIG_DEMAND_PAGING_THREAD_STATS=y
|
|
CONFIG_DEMAND_PAGING_TIMING_HISTOGRAM=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_COMMON_LIBC_MALLOC_ARENA_SIZE=0
|