From 29c37b9111b3bde10e34eda2487dd85723fa8e33 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 30 Mar 2023 09:21:31 -0700 Subject: [PATCH] [SYCL] Add the ability to configure sycl/test-e2e tests inside RT build workspace --- sycl/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sycl/CMakeLists.txt b/sycl/CMakeLists.txt index de0c97efc16b2..b9cf1ad67b985 100644 --- a/sycl/CMakeLists.txt +++ b/sycl/CMakeLists.txt @@ -507,3 +507,5 @@ add_custom_target(deploy-sycl-toolchain # SYCL Runtime documentation add_subdirectory(doc) +# SYCL End-to-End tests +add_subdirectory(test-e2e)