File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
unified-runtime/test/adapters/level_zero/v2 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3
3
# See LICENSE.TXT
4
4
# SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
5
5
6
- function (add_unittest name )
6
+ function (add_l0_v2_unittest name )
7
7
set (target test -adapter-${name} )
8
8
add_adapter_test (${name}
9
9
FIXTURE DEVICES
@@ -29,7 +29,7 @@ function(add_unittest name)
29
29
)
30
30
endfunction ()
31
31
32
- add_unittest (level_zero_command_list_cache
32
+ add_l0_v2_unittest (level_zero_command_list_cache
33
33
command_list_cache_test.cpp
34
34
${PROJECT_SOURCE_DIR} /source/adapters/level_zero/v2/command_list_cache.cpp
35
35
)
@@ -38,7 +38,7 @@ if(CXX_HAS_CFI_SANITIZE)
38
38
message (WARNING "Level Zero V2 Event Pool tests are disabled when using CFI sanitizer" )
39
39
message (NOTE "See https://github.com/oneapi-src/unified-runtime/issues/2324" )
40
40
else ()
41
- add_unittest (level_zero_event_pool
41
+ add_l0_v2_unittest (level_zero_event_pool
42
42
event_pool_test.cpp
43
43
${PROJECT_SOURCE_DIR} /source/ur/ur.cpp
44
44
${PROJECT_SOURCE_DIR} /source/adapters/level_zero/adapter.cpp
You can’t perform that action at this time.
0 commit comments