mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-07 11:58:41 +03:00
Add tests for zero-initialization functions
This commit is contained in:
parent
51271ba8ea
commit
969f3a6998
2 changed files with 181 additions and 1 deletions
|
@ -375,7 +375,7 @@ endif()
|
|||
if (MI_BUILD_TESTS)
|
||||
enable_testing()
|
||||
|
||||
foreach(TEST_NAME api stress)
|
||||
foreach(TEST_NAME api api-fill stress)
|
||||
add_executable(mimalloc-test-${TEST_NAME} test/test-${TEST_NAME}.c)
|
||||
target_compile_definitions(mimalloc-test-${TEST_NAME} PRIVATE ${mi_defines})
|
||||
target_compile_options(mimalloc-test-${TEST_NAME} PRIVATE ${mi_cflags})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue