mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-04 14:39:31 +03:00
fix unintended diff
This commit is contained in:
parent
743e891738
commit
d97c56d4c1
1 changed files with 1 additions and 1 deletions
|
@ -234,7 +234,7 @@ if (MI_BUILD_TESTS MATCHES "ON")
|
|||
target_compile_options(mimalloc-test-stress PRIVATE ${mi_cflags})
|
||||
target_include_directories(mimalloc-test-stress PRIVATE include)
|
||||
target_link_libraries(mimalloc-test-stress PRIVATE mimalloc-static ${mi_libraries})
|
||||
|
||||
|
||||
enable_testing()
|
||||
add_test(test_api, mimalloc-test-api)
|
||||
add_test(test_stress, mimalloc-test-stress)
|
||||
|
|
Loading…
Add table
Reference in a new issue