From 3d13dd96419fc769e92e2e2aa6c4ac10a26ec40c Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Thu, 18 Mar 2021 08:16:09 +0100 Subject: [PATCH] fix tests --- CMakeModules/testing_cpp.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeModules/testing_cpp.cmake b/CMakeModules/testing_cpp.cmake index 30a0930d7..1c873ac86 100644 --- a/CMakeModules/testing_cpp.cmake +++ b/CMakeModules/testing_cpp.cmake @@ -218,7 +218,7 @@ function(add_script_test testname arguments) separate_arguments(memargs) add_test(NAME memtest-${testname} COMMAND bash ${CMAKE_CURRENT_SOURCE_DIR}/check_linux.sh ${memargs}) - set_tests_properties(test-${testname} PROPERTIES ENVIRONMENT "${TOKENS}") + set_tests_properties(memtest-${testname} PROPERTIES ENVIRONMENT "${TOKENS}") set_tests_properties(memtest-${testname} PROPERTIES LABELS "memcheck_${label};all" DEPENDS test-${testname} -- GitLab