zephyr/tests
Daniel Leung b5b00134c5 tests: demand_paging/mem_map: move malloc config to prj.conf
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>
2024-12-07 16:01:10 +00:00
..
application_development arch: arm: rename CPU_HAS_NXP_MPU to align with binding 2024-12-06 22:23:06 +01:00
arch samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
benchmarks tests: benchmarks: move pthread_pressure to benchmarks/posix 2024-12-06 06:51:13 +01:00
bluetooth Bluetooth: Audio: set correct project name in CMakeList.txt 2024-12-06 22:20:57 +01:00
boards tests/boards/mtk_adsp: Handle protocol skew 2024-12-05 22:08:55 +01:00
boot python: Format and sort imports 2024-11-25 10:07:13 +01:00
bsim tests: bsim: bluetooth: using full nrf52bsim board name 2024-12-07 02:03:31 +01:00
cmake samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
crypto mbedtls: add Kconfig to select the number of key slot in PSA Crypto core 2024-11-26 00:12:56 +01:00
drivers drivers: stepper: api: rename stepper_set_target_pos to stepper_move_to 2024-12-06 22:21:44 +01:00
integration/kernel
kconfig
kernel tests: demand_paging/mem_map: move malloc config to prj.conf 2024-12-07 16:01:10 +00:00
lib tests: lib: devicetree: Add tests for endpoint DT macros 2024-12-06 22:23:31 +01:00
misc python: Format and sort imports 2024-11-25 10:07:13 +01:00
modules tests: add integration_platforms and misc optimizations 2024-11-26 00:12:07 +01:00
net samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
posix posix: define POLLPRI in posix/poll.h 2024-12-07 14:17:11 +01:00
robot
subsys samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00
unit tests: unit: crc: use zassert_equal for cleaner assertions 2024-10-09 09:48:00 +02:00
ztest arch: deprecate _current 2024-11-23 20:12:24 -05:00
test_config.yaml