We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b2a8725 + e4cda90 commit 94aca24Copy full SHA for 94aca24
test/conformance/CMakeLists.txt
@@ -42,7 +42,7 @@ function(add_test_adapter name adapter backend)
42
if(UR_CONFORMANCE_ENABLE_MATCH_FILES)
43
list(APPEND env GTEST_COLOR=no)
44
endif()
45
- set_tests_properties(${TEST_NAME} PROPERTIES
+ set_tests_properties(${tname} PROPERTIES
46
ENVIRONMENT "${env}"
47
LABELS "conformance;${adapter}")
48
endfunction()
0 commit comments