Skip to content

Commit 2851acd

Browse files
authored
Merge pull request #2198 from RossBrunton/ross/tname
Properly set up test environment for CTS
2 parents dab4c30 + b315ed0 commit 2851acd

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)