Skip to content

Commit b315ed0

Browse files
committed
Properly set up test environment for CTS
This was incorrectly using TEST_NAME rather than tname.
1 parent d9a01d2 commit b315ed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/conformance/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ function(add_test_adapter name adapter backend)
4242
if(UR_CONFORMANCE_ENABLE_MATCH_FILES)
4343
list(APPEND env GTEST_COLOR=no)
4444
endif()
45-
set_tests_properties(${TEST_NAME} PROPERTIES
45+
set_tests_properties(${tname} PROPERTIES
4646
ENVIRONMENT "${env}"
4747
LABELS "conformance;${adapter}")
4848
endfunction()

0 commit comments

Comments
 (0)