We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e3325f + d3d1bb1 commit 68065acCopy full SHA for 68065ac
test/CMakeLists.txt
@@ -460,10 +460,10 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY)
460
# TODO enable this test on Windows
461
if(LINUX)
462
add_umf_test(
463
- NAME test_proxy_lib_size_threshold
+ NAME proxy_lib_size_threshold
464
SRCS ${BA_SOURCES_FOR_TEST} test_proxy_lib_size_threshold.cpp
465
LIBS ${UMF_UTILS_FOR_TEST} umf_proxy)
466
- set_property(TEST umf-test_proxy_lib_size_threshold
+ set_property(TEST umf-proxy_lib_size_threshold
467
PROPERTY ENVIRONMENT UMF_PROXY="size.threshold=64")
468
endif()
469
0 commit comments