Skip to content

Commit 0b13f0a

Browse files
[SYCL] Add sycl/test-e2e tests to in-tree build (#8884)
This change enables sycl/test-e2e test targets inside SYCL runtime library build workspace.
1 parent 5c1472c commit 0b13f0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -507,3 +507,5 @@ add_custom_target(deploy-sycl-toolchain
507507

508508
# SYCL Runtime documentation
509509
add_subdirectory(doc)
510+
# SYCL End-to-End tests
511+
add_subdirectory(test-e2e)

0 commit comments

Comments
 (0)