Skip to content

Commit ff7200e

Browse files
authored
[SYCL] Add check-sycl to check-all (#5957)
1 parent 45784cd commit ff7200e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,10 @@ add_custom_target(check-sycl)
6464
add_dependencies(check-sycl check-sycl-spirv)
6565
set_target_properties(check-sycl PROPERTIES FOLDER "SYCL tests")
6666

67+
if (TARGET check-all)
68+
add_dependencies(check-all check-sycl)
69+
endif()
70+
6771
if(SYCL_BUILD_PI_CUDA)
6872
add_lit_testsuite(check-sycl-ptx "Running device-agnostic SYCL regression tests for NVidia PTX"
6973
${CMAKE_CURRENT_BINARY_DIR}

0 commit comments

Comments
 (0)