Skip to content

Commit 7bdbd59

Browse files
[SYCL][NFC] Fix dependencies of check-sycl-e2e (#9219)
Added testing utilities which are not part of `sycl-toolchain`. This patch allows to build `check-sycl-e2e` target on a "clean" state (i.e. without having built `check-sycl` or other similar target first).
1 parent 528eba8 commit 7bdbd59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sycl/test-e2e/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ endif() # Standalone.
5050
if(NOT SYCL_TEST_E2E_STANDALONE)
5151
list(APPEND SYCL_E2E_TEST_DEPS
5252
sycl-toolchain
53+
FileCheck
54+
not
5355
)
5456
endif() # Standalone.
5557

0 commit comments

Comments
 (0)