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)
439
439
NAME provider_level_zero_residency
440
440
SRCS providers/provider_level_zero_residency.cpp
441
441
${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" )
443
444
add_umf_test(
444
445
NAME pool_residency
445
446
SRCS pools/pool_residency.cpp ${UMF_UTILS_DIR} /utils_level_zero.cpp
446
447
LIBS ${UMF_UTILS_FOR_TEST}
447
448
${UMF_BA_FOR_TEST}
448
449
umf_ze_loopback
449
450
umf_test_mocks
450
- GTest::gmock)
451
+ GTest::gmock
452
+ ENVS "UMF_LOG=level:debug\\\\\\\\ ;flush:debug\\\\\\\\ ;output:stdout" )
451
453
endif ()
452
454
453
455
if (UMF_BUILD_GPU_TESTS AND UMF_LEVEL_ZERO_ENABLED)
You can’t perform that action at this time.
0 commit comments