Skip to content

Commit

Permalink
Merge pull request #1652 from frasercrmck/fix-no-match-files
Browse files Browse the repository at this point in the history
[CTS] Fix UR_CONFORMANCE_ENABLE_MATCH_FILES=OFF
  • Loading branch information
kbenzie committed May 23, 2024
2 parents 5894231 + e881a53 commit 6d676f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/conformance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ function(add_test_adapter name adapter)
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
)
else()
separate_arguments(TEST_COMMAND)
add_test(NAME ${TEST_NAME}
COMMAND ${TEST_COMMAND}
DEPENDS ${TEST_TARGET_NAME}
Expand Down

0 comments on commit 6d676f2

Please sign in to comment.