Skip to content

Commit b575283

Browse files
authored
[SYCL] Add missing test dependency on FileCheck (#14905)
e.g. ``` $ ninja check-sycl-dumps [...] # .---command stderr------------ # | 'FileCheck': command not found # `----------------------------- # error: command failed with exit status: 127 ```
1 parent 656aa7a commit b575283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ add_lit_testsuite(check-sycl-dumps "Running ABI dump tests only"
9090
${CMAKE_CURRENT_BINARY_DIR}
9191
ARGS ${RT_TEST_ARGS}
9292
PARAMS "SYCL_LIB_DUMPS_ONLY=True"
93-
DEPENDS sycl-runtime-libraries llvm-readobj
93+
DEPENDS FileCheck sycl-runtime-libraries llvm-readobj
9494
EXCLUDE_FROM_CHECK_ALL
9595
)
9696

0 commit comments

Comments
 (0)