Skip to content

Commit

Permalink
Revert "Remove dependency on zeCallMap to check what tests will fail …
Browse files Browse the repository at this point in the history
…in CI"

This reverts commit 40f52fc.
  • Loading branch information
lslusarczyk committed Oct 2, 2024
1 parent 5ee4337 commit 053d092
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/adapters/level_zero/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,10 @@ if(UR_BUILD_ADAPTER_L0)
# Make L0 use CallMap from a seprate shared lib so that we can access the map
# from the tests. This only seems to work on linux
add_library(zeCallMap SHARED zeCallMap.cpp)
install_ur_library(zeCallMap)
target_compile_definitions(ur_adapter_level_zero PRIVATE UR_L0_CALL_COUNT_IN_TESTS)
# TODO: stop exporting internals like this for tests...
target_link_libraries(ur_adapter_level_zero PRIVATE zeCallMap)

add_adapter_test(level_zero_ze_calls
FIXTURE DEVICES
Expand Down

0 comments on commit 053d092

Please sign in to comment.