diff --git a/sycl/test/CMakeLists.txt b/sycl/test/CMakeLists.txt index a4465a532b7d9..02e74e1de9a62 100644 --- a/sycl/test/CMakeLists.txt +++ b/sycl/test/CMakeLists.txt @@ -56,24 +56,18 @@ add_lit_testsuite(check-sycl-spirv "Running device-agnostic SYCL regression test ARGS ${RT_TEST_ARGS} PARAMS "SYCL_TRIPLE=spir64-unknown-unknown" DEPENDS ${SYCL_TEST_DEPS} - EXCLUDE_FROM_CHECK_ALL ) add_custom_target(check-sycl) add_dependencies(check-sycl check-sycl-spirv) set_target_properties(check-sycl PROPERTIES FOLDER "SYCL tests") -if (TARGET check-all) - add_dependencies(check-all check-sycl) -endif() - if(SYCL_BUILD_PI_CUDA) add_lit_testsuite(check-sycl-ptx "Running device-agnostic SYCL regression tests for NVidia PTX" ${CMAKE_CURRENT_BINARY_DIR} ARGS ${RT_TEST_ARGS} PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=cuda" DEPENDS ${SYCL_TEST_DEPS} - EXCLUDE_FROM_CHECK_ALL ) add_custom_target(check-sycl-cuda) @@ -89,7 +83,6 @@ if(SYCL_BUILD_PI_HIP) ARGS ${RT_TEST_ARGS} PARAMS "SYCL_TRIPLE=nvptx64-nvidia-cuda;SYCL_PLUGIN=hip" DEPENDS ${SYCL_TEST_DEPS} - EXCLUDE_FROM_CHECK_ALL ) add_dependencies(check-sycl-hip check-sycl-hip-ptx) @@ -99,7 +92,6 @@ if(SYCL_BUILD_PI_HIP) ARGS ${RT_TEST_ARGS} PARAMS "SYCL_TRIPLE=amdgcn-amd-amdhsa;SYCL_PLUGIN=hip" DEPENDS ${SYCL_TEST_DEPS} - EXCLUDE_FROM_CHECK_ALL ) add_dependencies(check-sycl-hip check-sycl-hip-gcn)