Skip to content

Commit d3d1bb1

Browse files
committed
Fix name of the proxy_lib_size_threshold test
Signed-off-by: Lukasz Dorau <lukasz.dorau@intel.com>
1 parent 7ae4fe1 commit d3d1bb1

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
@@ -455,10 +455,10 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY)
455455
# TODO enable this test on Windows
456456
if(LINUX)
457457
add_umf_test(
458-
NAME test_proxy_lib_size_threshold
458+
NAME proxy_lib_size_threshold
459459
SRCS ${BA_SOURCES_FOR_TEST} test_proxy_lib_size_threshold.cpp
460460
LIBS ${UMF_UTILS_FOR_TEST} umf_proxy)
461-
set_property(TEST umf-test_proxy_lib_size_threshold
461+
set_property(TEST umf-proxy_lib_size_threshold
462462
PROPERTY ENVIRONMENT UMF_PROXY="size.threshold=64")
463463
endif()
464464

0 commit comments

Comments
 (0)