Skip to content

Commit

Permalink
Merge pull request #1579 from kbenzie/benie/cts-fix-type
Browse files Browse the repository at this point in the history
[CTS] Fix typo in add_test_adapter()
  • Loading branch information
kbenzie authored May 3, 2024
2 parents e7e0389 + 4ada994 commit c8a0d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/conformance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function(add_test_adapter name adapter)
endif()

set(TEST_ENV UR_ADAPTERS_FORCE_LOAD="$<TARGET_FILE:ur_${adapter}>")
if(NOT UR_CONFORMANCE_TEST_DIR)
if(UR_CONFORMANCE_ENABLE_MATCH_FILES)
list(APPEND TEST_ENV GTEST_COLOR=no)
endif()
set_tests_properties(${TEST_NAME} PROPERTIES
Expand Down

0 comments on commit c8a0d84

Please sign in to comment.