Skip to content

Commit 6103b1b

Browse files
committed
[Testing] do not build mock adapter if L0_V2 is enabled
1 parent 2b4a234 commit 6103b1b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/conformance/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ function(add_conformance_test name)
8585

8686
if(NOT (UR_BUILD_ADAPTER_CUDA OR UR_BUILD_ADAPTER_HIP
8787
OR UR_BUILD_ADAPTER_L0 OR UR_BUILD_ADAPTER_OPENCL
88-
OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_ALL))
88+
OR UR_BUILD_ADAPTER_NATIVE_CPU OR UR_BUILD_ADAPTER_L0_V2
89+
OR UR_BUILD_ADAPTER_ALL))
8990
add_test_adapter(${name} adapter_mock)
9091
endif()
9192
endfunction()

0 commit comments

Comments
 (0)