File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -439,15 +439,17 @@ if(UMF_BUILD_LEVEL_ZERO_PROVIDER)
439439 NAME provider_level_zero_residency
440440 SRCS providers/provider_level_zero_residency.cpp
441441 ${UMF_UTILS_DIR} /utils_level_zero.cpp
442- LIBS ${UMF_UTILS_FOR_TEST} umf_ze_loopback umf_test_mocks GTest::gmock)
442+ LIBS ${UMF_UTILS_FOR_TEST} umf_ze_loopback umf_test_mocks GTest::gmock
443+ ENVS "UMF_LOG=level:debug\\\\\\\\ ;flush:debug\\\\\\\\ ;output:stdout" )
443444 add_umf_test(
444445 NAME pool_residency
445446 SRCS pools/pool_residency.cpp ${UMF_UTILS_DIR} /utils_level_zero.cpp
446447 LIBS ${UMF_UTILS_FOR_TEST}
447448 ${UMF_BA_FOR_TEST}
448449 umf_ze_loopback
449450 umf_test_mocks
450- GTest::gmock)
451+ GTest::gmock
452+ ENVS "UMF_LOG=level:debug\\\\\\\\ ;flush:debug\\\\\\\\ ;output:stdout" )
451453endif ()
452454
453455if (UMF_BUILD_GPU_TESTS AND UMF_LEVEL_ZERO_ENABLED)
You can’t perform that action at this time.
0 commit comments