Skip to content

Commit 68065ac

Browse files
authored
Merge pull request #1009 from ldorau/Fix_name_of_the_proxy_lib_size_threshold_test
Fix name of the `proxy_lib_size_threshold` test
2 parents 2e3325f + d3d1bb1 commit 68065ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,10 +460,10 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY)
460460
# TODO enable this test on Windows
461461
if(LINUX)
462462
add_umf_test(
463-
NAME test_proxy_lib_size_threshold
463+
NAME proxy_lib_size_threshold
464464
SRCS ${BA_SOURCES_FOR_TEST} test_proxy_lib_size_threshold.cpp
465465
LIBS ${UMF_UTILS_FOR_TEST} umf_proxy)
466-
set_property(TEST umf-test_proxy_lib_size_threshold
466+
set_property(TEST umf-proxy_lib_size_threshold
467467
PROPERTY ENVIRONMENT UMF_PROXY="size.threshold=64")
468468
endif()
469469

0 commit comments

Comments
 (0)