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 3eda0d5 + 98af36b commit a6b80d8Copy full SHA for a6b80d8
test/conformance/CMakeLists.txt
@@ -20,8 +20,12 @@ function(add_test_adapter name adapter)
20
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
21
)
22
23
+ set(testEnv
24
+ UR_ADAPTERS_FORCE_LOAD="$<TARGET_FILE:ur_${adapter}>"
25
+ GTEST_COLOR=no
26
+ )
27
set_tests_properties(${TEST_NAME} PROPERTIES
- ENVIRONMENT "UR_ADAPTERS_FORCE_LOAD=\"$<TARGET_FILE:ur_${adapter}>\""
28
+ ENVIRONMENT "${testEnv}"
29
LABELS "conformance;${adapter}")
30
endfunction()
31
0 commit comments