Skip to content

Commit 0cfbc19

Browse files
committed
[CTS] Fix naming of exp_enqueue_native test
This was tripping up the CTS parsing script and the `adapter-cuda` part of the name is added automatically.
1 parent 9d3bce6 commit 0cfbc19

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/conformance/exp_enqueue_native/CMakeLists.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55

66
if (UR_BUILD_ADAPTER_CUDA)
77
add_conformance_test_with_kernels_environment(
8-
exp_enqueue_native_cuda
8+
exp_enqueue_native
99
enqueue_native_cuda.cpp
1010
)
11-
target_include_directories(test-exp_enqueue_native_cuda PRIVATE
11+
target_include_directories(test-exp_enqueue_native PRIVATE
1212
${PROJECT_SOURCE_DIR}/source
1313
${PROJECT_SOURCE_DIR}/source/adapters/cuda
1414
)
15-
target_link_libraries(test-exp_enqueue_native_cuda PRIVATE cudadrv)
15+
target_link_libraries(test-exp_enqueue_native PRIVATE cudadrv)
1616
endif()
1717

1818
# TODO: Add more tests for different triples

0 commit comments

Comments
 (0)