mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a29627f59d
the ignored tests are updated with the minimum required buffer size to create a new heap using the tlsf heap callocator.
15 lines
465 B
CMake
15 lines
465 B
CMake
set(src_test "test_heap_main.c"
|
|
"test_aligned_alloc_caps.c"
|
|
"test_allocator_timings.c"
|
|
"test_corruption_check.c"
|
|
"test_diram.c"
|
|
"test_heap_trace.c"
|
|
"test_malloc_caps.c"
|
|
"test_malloc.c"
|
|
"test_realloc.c"
|
|
"test_runtime_heap_reg.c")
|
|
|
|
idf_component_register(SRCS ${src_test}
|
|
INCLUDE_DIRS "."
|
|
WHOLE_ARCHIVE)
|