zephyr/tests/lib
Gerard Marull-Paretas a19c7f2294 tests: lib: hash_map: fix libc heap size setting
The malloc arena/heap size setting can be adjusted using different
Kconfig options, depending on the libc implementation. This means
prj.conf can't be used to set this value on projects that can be built
for multiple libcs without generating a Kconfig warning.

Note: similar fix was applied for the hash_map sample, see
7ef8911e8c

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
2023-10-10 12:26:15 -04:00
..
c_lib tests: lib: c_lib: fix test_sqrt double promotion warnings 2023-07-21 06:30:32 -04:00
cbprintf_fp tests: Use posix arch exclude where appropriate 2023-05-04 16:48:01 -04:00
cbprintf_package tests: lib: cbprintf_package: fix long-double promotion warning 2023-08-08 13:27:47 +00:00
cmsis_dsp modules: cmsis-dsp: add cmsis-dsp module 2023-09-25 09:46:33 +02:00
cmsis_nn modules: cmsis-nn: add cmsis-nn module 2023-09-25 09:46:33 +02:00
cpp neural_net: remove unused experimental API 2023-09-29 20:48:33 -04:00
devicetree dts: bindings: can: deprecate the sjw and sjw-data properties 2023-09-28 16:28:56 +02:00
fdtable lib: os: build fdtable conditionally 2023-09-28 06:25:16 -04:00
gui/lvgl modules: lvgl: simplify sys_heap memory size configs 2023-09-27 09:54:08 +02:00
hash_function random: Rename random header 2023-10-10 14:23:50 +03:00
hash_map tests: lib: hash_map: fix libc heap size setting 2023-10-10 12:26:15 -04:00
heap tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
heap_align tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
json lib: json: add helper macro for named array of array 2023-07-26 09:11:16 +02:00
linear_range
mem_alloc tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
mem_blocks kernel: Re-factor sys_mem_blocks definition 2023-09-30 08:04:14 +03:00
mem_blocks_stats tests: use integration_platforms where applicable 2023-05-26 17:52:02 -04:00
mpsc_pbuf random: Rename random header 2023-10-10 14:23:50 +03:00
newlib tests: newlib/thread_safety: exclude acrn_ehl_crb from more tests 2023-10-10 09:05:02 +01:00
notify
onoff tests: lib: renames shadow variables 2023-08-10 08:14:12 +00:00
p4workq random: Rename random header 2023-10-10 14:23:50 +03:00
ringbuffer random: Rename random header 2023-10-10 14:23:50 +03:00
smf tests: smf: cleanup test metadata 2023-05-25 04:44:11 -04:00
sprintf tests: samples: cleanup test tags, add integration_platforms 2023-06-02 04:47:06 -04:00
spsc_pbuf random: Rename random header 2023-10-10 14:23:50 +03:00
sys_util tests/samples: use integration_platforms more where it makes sense 2023-05-26 17:52:02 -04:00
thrift/ThriftTest tests: thrift: re-order shared_ptr reset to prevent fd leak 2023-07-31 10:09:55 +02:00
time