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")
53
53
54
54
add_lit_testsuites (SYCL ${CMAKE_CURRENT_SOURCE_DIR}
55
55
DEPENDS ${SYCL_TEST_DEPS}
56
+ EXCLUDE_FROM_CHECK_ALL
56
57
)
57
58
58
59
add_lit_testsuites (SYCL-DEPLOY ${CMAKE_CURRENT_SOURCE_DIR}
@@ -68,6 +69,7 @@ add_lit_target(check-sycl-inline-asm
68
69
ARGS ${RT_TEST_ARGS}
69
70
PARAMS "SYCL_BE=PI_OPENCL"
70
71
DEPENDS ${SYCL_TEST_DEPS}
72
+ EXCLUDE_FROM_CHECK_ALL
71
73
)
72
74
set_target_properties (check-sycl-inline-asm PROPERTIES FOLDER "SYCL tests" )
73
75
@@ -99,6 +101,7 @@ if(SYCL_BUILD_PI_CUDA)
99
101
ARGS ${RT_TEST_ARGS}
100
102
PARAMS "SYCL_BE=PI_CUDA"
101
103
DEPENDS ${SYCL_TEST_DEPS}
104
+ EXCLUDE_FROM_CHECK_ALL
102
105
)
103
106
set_target_properties (check-sycl-cuda PROPERTIES FOLDER "SYCL CUDA tests" )
104
107
@@ -107,5 +110,6 @@ if(SYCL_BUILD_PI_CUDA)
107
110
add_lit_testsuites (SYCL-CUDA ${CMAKE_CURRENT_SOURCE_DIR}
108
111
PARAMS "SYCL_BE=PI_CUDA"
109
112
DEPENDS ${SYCL_TEST_DEPS}
113
+ EXCLUDE_FROM_CHECK_ALL
110
114
)
111
115
endif ()
You can’t perform that action at this time.
0 commit comments