From d3d1bb197d95c829e914fcac2031c704f6d10ee7 Mon Sep 17 00:00:00 2001 From: Lukasz Dorau Date: Thu, 19 Dec 2024 11:48:33 +0100 Subject: [PATCH] Fix name of the proxy_lib_size_threshold test Signed-off-by: Lukasz Dorau --- test/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index bb353a889a..0e12885be9 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -455,10 +455,10 @@ if(UMF_PROXY_LIB_ENABLED AND UMF_BUILD_SHARED_LIBRARY) # TODO enable this test on Windows if(LINUX) add_umf_test( - NAME test_proxy_lib_size_threshold + NAME proxy_lib_size_threshold SRCS ${BA_SOURCES_FOR_TEST} test_proxy_lib_size_threshold.cpp LIBS ${UMF_UTILS_FOR_TEST} umf_proxy) - set_property(TEST umf-test_proxy_lib_size_threshold + set_property(TEST umf-proxy_lib_size_threshold PROPERTY ENVIRONMENT UMF_PROXY="size.threshold=64") endif()