File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -731,14 +731,14 @@ if (MI_BUILD_TESTS)
731
731
target_include_directories (mimalloc-test-stress-dynamic PRIVATE include )
732
732
if (WIN32 )
733
733
target_link_libraries (mimalloc-test-stress-dynamic PRIVATE mimalloc ${mi_libraries} ) # mi_version
734
- add_test (NAME test -stress-dynamic COMMAND ${CMAKE_COMMAND} -E env MIMALLOC_SHOW_STATS =1 $< TARGET_FILE:mimalloc-test-stress-dynamic> )
734
+ add_test (NAME test -stress-dynamic COMMAND ${CMAKE_COMMAND} -E env MIMALLOC_VERBOSE =1 $< TARGET_FILE:mimalloc-test-stress-dynamic> )
735
735
else ()
736
736
if (APPLE )
737
737
set (LD_PRELOAD "DYLD_INSERT_LIBRARIES" )
738
738
else ()
739
739
set (LD_PRELOAD "LD_PRELOAD" )
740
740
endif ()
741
- add_test (NAME test -stress-dynamic COMMAND ${CMAKE_COMMAND} -E env MIMALLOC_SHOW_STATS =1 ${LD_PRELOAD} =$<TARGET_FILE:mimalloc> $< TARGET_FILE:mimalloc-test-stress-dynamic> )
741
+ add_test (NAME test -stress-dynamic COMMAND ${CMAKE_COMMAND} -E env MIMALLOC_VERBOSE =1 ${LD_PRELOAD} =$<TARGET_FILE:mimalloc> $< TARGET_FILE:mimalloc-test-stress-dynamic> )
742
742
endif ()
743
743
endif ()
744
744
endif ()
You can’t perform that action at this time.
0 commit comments