Skip to content

Commit c026a4e

Browse files
committed
[SYCL] Exclude SYCL lit tests from check-all target
1 parent 542ef93 commit c026a4e

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
@@ -53,6 +53,7 @@ set_target_properties(check-sycl-deploy PROPERTIES FOLDER "SYCL tests")
5353

5454
add_lit_testsuites(SYCL ${CMAKE_CURRENT_SOURCE_DIR}
5555
DEPENDS ${SYCL_TEST_DEPS}
56+
EXCLUDE_FROM_CHECK_ALL
5657
)
5758

5859
add_lit_testsuites(SYCL-DEPLOY ${CMAKE_CURRENT_SOURCE_DIR}
@@ -68,6 +69,7 @@ add_lit_target(check-sycl-inline-asm
6869
ARGS ${RT_TEST_ARGS}
6970
PARAMS "SYCL_BE=PI_OPENCL"
7071
DEPENDS ${SYCL_TEST_DEPS}
72+
EXCLUDE_FROM_CHECK_ALL
7173
)
7274
set_target_properties(check-sycl-inline-asm PROPERTIES FOLDER "SYCL tests")
7375

@@ -99,6 +101,7 @@ if(SYCL_BUILD_PI_CUDA)
99101
ARGS ${RT_TEST_ARGS}
100102
PARAMS "SYCL_BE=PI_CUDA"
101103
DEPENDS ${SYCL_TEST_DEPS}
104+
EXCLUDE_FROM_CHECK_ALL
102105
)
103106
set_target_properties(check-sycl-cuda PROPERTIES FOLDER "SYCL CUDA tests")
104107

@@ -107,5 +110,6 @@ if(SYCL_BUILD_PI_CUDA)
107110
add_lit_testsuites(SYCL-CUDA ${CMAKE_CURRENT_SOURCE_DIR}
108111
PARAMS "SYCL_BE=PI_CUDA"
109112
DEPENDS ${SYCL_TEST_DEPS}
113+
EXCLUDE_FROM_CHECK_ALL
110114
)
111115
endif()

0 commit comments

Comments
 (0)