This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
a08e23f68e
zephyr
/
tests
/
lib
/
mem_blocks
/
prj.conf
5 lines
95 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: add new tests for the new memory blocks allocator This adds some new tests to make sure the new memory blocks allocator work correctly. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-25 05:16:14 +08:00
CONFIG_ZTEST=y
tests: lib: Move to new ztest API Move lib tests to use new ztest API Part of #47002 effort Signed-off-by: Spoorthy Priya Yerabolu <spoorthy.priya.yerabolu@intel.com>
2022-07-07 22:18:51 +08:00
CONFIG_ZTEST_NEW_API=y
tests: add new tests for the new memory blocks allocator This adds some new tests to make sure the new memory blocks allocator work correctly. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2021-11-25 05:16:14 +08:00
CONFIG_SYS_MEM_BLOCKS=y
tests: lib/mem_blocks: add test for heap listeners This adds simple tests to make sure the heap listener interface works with memory blocks allocator. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2022-01-11 04:40:18 +08:00
CONFIG_SYS_MEM_BLOCKS_LISTENER=y