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.
1 parent 7ae4fe1 commit d3d1bb1Copy full SHA for d3d1bb1
test/CMakeLists.txt
@@ -455,10 +455,10 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY)
455
# TODO enable this test on Windows
456
if(LINUX)
457
add_umf_test(
458
- NAME test_proxy_lib_size_threshold
+ NAME proxy_lib_size_threshold
459
SRCS ${BA_SOURCES_FOR_TEST} test_proxy_lib_size_threshold.cpp
460
LIBS ${UMF_UTILS_FOR_TEST} umf_proxy)
461
- set_property(TEST umf-test_proxy_lib_size_threshold
+ set_property(TEST umf-proxy_lib_size_threshold
462
PROPERTY ENVIRONMENT UMF_PROXY="size.threshold=64")
463
endif()
464
0 commit comments