Skip to content

Commit 436798f

Browse files
author
Pavel Chupin
authored
[SYCL] Add check-sycl (and others) to check-all (#6905)
It seems #5957 did nothing. Verified locally that more tests run after this change.
1 parent 97725f1 commit 436798f

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

sycl/test/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -56,24 +56,18 @@ add_lit_testsuite(check-sycl-spirv "Running device-agnostic SYCL regression test
5656
ARGS ${RT_TEST_ARGS}
5757
PARAMS "SYCL_TRIPLE=spir64-unknown-unknown"
5858
DEPENDS ${SYCL_TEST_DEPS}
59-
EXCLUDE_FROM_CHECK_ALL
6059
)
6160

6261
add_custom_target(check-sycl)
6362
add_dependencies(check-sycl check-sycl-spirv)
6463
set_target_properties(check-sycl PROPERTIES FOLDER "SYCL tests")
6564

66-
if (TARGET check-all)
67-
add_dependencies(check-all check-sycl)
68-
endif()
69-
7065
if(SYCL_BUILD_PI_CUDA)
7166
add_lit_testsuite(check-sycl-ptx "Running device-agnostic SYCL regression tests for NVidia PTX"
7267
${CMAKE_CURRENT_BINARY_DIR}
7368
ARGS ${RT_TEST_ARGS}
7469
PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=cuda"
7570
DEPENDS ${SYCL_TEST_DEPS}
76-
EXCLUDE_FROM_CHECK_ALL
7771
)
7872

7973
add_custom_target(check-sycl-cuda)
@@ -89,7 +83,6 @@ if(SYCL_BUILD_PI_HIP)
8983
ARGS ${RT_TEST_ARGS}
9084
PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=hip"
9185
DEPENDS ${SYCL_TEST_DEPS}
92-
EXCLUDE_FROM_CHECK_ALL
9386
)
9487

9588
add_dependencies(check-sycl-hip check-sycl-hip-ptx)
@@ -99,7 +92,6 @@ if(SYCL_BUILD_PI_HIP)
9992
ARGS ${RT_TEST_ARGS}
10093
PARAMS "SYCL_TRIPLE=amdgcn-amd-amdhsa;SYCL_PLUGIN=hip"
10194
DEPENDS ${SYCL_TEST_DEPS}
102-
EXCLUDE_FROM_CHECK_ALL
10395
)
10496

10597
add_dependencies(check-sycl-hip check-sycl-hip-gcn)

0 commit comments

Comments
 (0)