zephyr/tests
Andy Ross af4ce4a166 tests/lib: Add heap_align test
Test of the sys_heap_aligned_alloc() API.  This is separate from the
existing heap test because aligned_alloc() requires a kconfig to
enable it that can change the heap block header format and will impact
code coverage of the "small" block variant.

It's a fairly simple whitebox test that instantiates a heap and then
enumerates all possible alignments within it, with and without
pre-allocated data, to verify that the resulting memory is correctly
aligned and the heap stays consistent.

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2020-06-22 14:54:04 -04:00
..
application_development zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
arch soc: arm: Fix header inclusion from deprecated paths 2020-06-09 10:38:36 +02:00
benchmarks tests: fix text output in timing_info test 2020-06-17 11:17:27 +02:00
bluetooth tests: Bluetooth: bsim_test: Include advx testing in CI 2020-06-12 15:50:34 +02:00
boards zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
crypto zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
deprecated zephyr: Use deprecated instead of legacy for Kconfig int types 2020-06-09 06:49:56 -05:00
drivers drivers/flash: Add support for flash_get_parameters to drivers 2020-06-22 14:35:03 +02:00
kernel tests: kernel: lifo_usage: Exclude on qemu_arc_em 2020-06-21 09:47:24 -04:00
lib tests/lib: Add heap_align test 2020-06-22 14:54:04 -04:00
misc/test_build tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
net tests: net: Add tests for IPv6 mesh addresses 2020-06-16 19:14:52 +02:00
portability cmake, samples, tests: Use semi-accurate project names 2020-06-09 08:18:29 -04:00
posix tests: posix: eventfd_basic: add new test 2020-06-15 16:52:29 +02:00
shell tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
subsys storage/stream: allow NULL data pointer 2020-06-22 14:36:05 +02:00
unit tests: unit: util: Add tests for new macros 2020-06-22 15:18:07 +02:00
ztest cmake: make find_package(ZephyrUnittest...) REQUIRED 2020-06-12 11:10:23 +02:00