File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -53,6 +53,7 @@ set_target_properties(check-sycl-deploy PROPERTIES FOLDER "SYCL tests")
5353
5454add_lit_testsuites(SYCL ${CMAKE_CURRENT_SOURCE_DIR}
5555 DEPENDS ${SYCL_TEST_DEPS}
56+ EXCLUDE_FROM_CHECK_ALL
5657 )
5758
5859add_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 )
7274set_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 )
111115endif ()
You can’t perform that action at this time.
0 commit comments