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.
1 parent fd3b120 commit 4ada994Copy full SHA for 4ada994
test/conformance/CMakeLists.txt
@@ -33,7 +33,7 @@ function(add_test_adapter name adapter)
33
endif()
34
35
set(TEST_ENV UR_ADAPTERS_FORCE_LOAD="$<TARGET_FILE:ur_${adapter}>")
36
- if(NOT UR_CONFORMANCE_TEST_DIR)
+ if(UR_CONFORMANCE_ENABLE_MATCH_FILES)
37
list(APPEND TEST_ENV GTEST_COLOR=no)
38
39
set_tests_properties(${TEST_NAME} PROPERTIES
0 commit comments