We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45784cd commit ff7200eCopy full SHA for ff7200e
sycl/test/CMakeLists.txt
@@ -64,6 +64,10 @@ add_custom_target(check-sycl)
64
add_dependencies(check-sycl check-sycl-spirv)
65
set_target_properties(check-sycl PROPERTIES FOLDER "SYCL tests")
66
67
+if (TARGET check-all)
68
+ add_dependencies(check-all check-sycl)
69
+endif()
70
+
71
if(SYCL_BUILD_PI_CUDA)
72
add_lit_testsuite(check-sycl-ptx "Running device-agnostic SYCL regression tests for NVidia PTX"
73
${CMAKE_CURRENT_BINARY_DIR}
0 commit comments