Skip to content

Commit d52fb60

Browse files
committed
Enable tracing in hopefully the correct cmake this time.
1 parent b0059ef commit d52fb60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ function(add_test_adapter name adapter backend)
2929
LABELS "conformance;${adapter}")
3030
endfunction()
3131

32-
do_add_test(${TEST_NAME} UR_ADAPTERS_FORCE_LOAD="$<TARGET_FILE:ur_${adapter}>")
32+
do_add_test(${TEST_NAME} UR_ADAPTERS_FORCE_LOAD="$<TARGET_FILE:ur_${adapter}>" UR_ENABLE_LAYERS="UR_LAYER_TRACING" UR_LOG_TRACING=level:debug UR_LOG_LOADER=level:debug)
3333
if(UR_CONFORMANCE_TEST_LOADER)
3434
do_add_test(${TEST_NAME}-loader "")
3535
endif()

0 commit comments

Comments
 (0)