Skip to content

Commit 770a2db

Browse files
committed
Remove dependency on zeCallMap to check what tests will fail in CI
1 parent 99e12e2 commit 770a2db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/adapters/level_zero/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,7 @@ if(UR_BUILD_ADAPTER_L0)
4545
# Make L0 use CallMap from a seprate shared lib so that we can access the map
4646
# from the tests. This only seems to work on linux
4747
add_library(zeCallMap SHARED zeCallMap.cpp)
48-
install_ur_library(zeCallMap)
4948
target_compile_definitions(ur_adapter_level_zero PRIVATE UR_L0_CALL_COUNT_IN_TESTS)
50-
# TODO: stop exporting internals like this for tests...
51-
target_link_libraries(ur_adapter_level_zero PRIVATE zeCallMap)
5249

5350
add_adapter_test(level_zero_ze_calls
5451
FIXTURE DEVICES

0 commit comments

Comments
 (0)